MCPServer.cpp

caomengxuan666/MCPServer.cpp
★ 5 stars C++ 📦 Other Updated 1mo ago
A high-performance C++ implementation of the Model Communication Protocol server,which supports python plugins.
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcpserver.cpp": {
      "command": "npx",
      "args": [
        "-y",
        "caomengxuan666/MCPServer.cpp"
      ]
    }
  }
}

Topics

cppmcpmcp-protocolmcp-serverpython