cpp-quick-start-mcp

m-velikov/cpp-quick-start-mcp
★ 1 stars JavaScript AI/LLM Updated 7d ago
A Model Context Protocol (MCP) server that equips any AI agent with the ability to expertly scaffold cross-platform C++ projects
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "cpp-quick-start-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "m-velikov/cpp-quick-start-mcp"
      ]
    }
  }
}

README Excerpt

This is a **Model Context Protocol (MCP)** server that equips any compatible AI assistant (Antigravity, Cursor, Claude Desktop, etc.) with the ability to expertly scaffold cross-platform C++ projects. Instead of writing boilerplate from scratch (and hallucinating build system rules), this MCP server acts as an interactive "Knowledge Base". It guides the AI through a structured interview process and then provides it with exact, proven templates for CMake, Conan, vcpkg, GitHub Actions, and standar