A high-performance C++ implementation of the Model Communication Protocol server,which supports python plugins.
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"
]
}
}
}
Run in terminal:
claude mcp add mcpserver.cpp npx -y caomengxuan666/MCPServer.cpp
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcpserver.cpp": {
"command": "npx",
"args": [
"-y",
"caomengxuan666/MCPServer.cpp"
]
}
}
}