MCP Directory
Back

mcp-cpp

by vparla · C++ · ★ 8

Model Context Protocol implementation in Pure C++20. See https://modelcontextprotocol.io/docs/sdk for context

Install

git clone https://github.com/vparla/mcp-cpp.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-cpp": {
      "command": "npx",
      "args": [
        "-y",
        "github:vparla/mcp-cpp"
      ]
    }
  }
}

From the README

A C++20 SDK for the Model Context Protocol (MCP). Cross-platform (Windows/macOS/Linux), CMake-based. See Docker-first instructions in [BUILD+TEST.MD](./BUILD+TEST.MD). Docker-first workflow for all platforms. For details, see [BUILD+TEST.MD](./BUILD+TEST.MD). - Linux/macOS: - Windows (PowerShell via WSL2 Ubuntu): This section summarizes the primary SDK interfaces and feature-specific APIs. - Client API header: [include/mcp/Client.h](./include/mcp/Client.h) - Server API header: [include/mcp/Server.h](./include/mcp/Server.h) - Transport headers: [include/mcp/Transport.h](./include/mcp/Tra…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related filesystem servers