A small, modern-C++20 SDK for building Model Context Protocol (MCP) servers — stdio + tools, learn-by-building.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-cpp-sdk": {
"command": "npx",
"args": [
"-y",
"bdcbqa314159/mcp-cpp-sdk"
]
}
}
}
Run in terminal:
claude mcp add mcp-cpp-sdk npx -y bdcbqa314159/mcp-cpp-sdk
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-cpp-sdk": {
"command": "npx",
"args": [
"-y",
"bdcbqa314159/mcp-cpp-sdk"
]
}
}
}