MCP_Server

Qiao12-pixel/MCP_Server
★ 0 stars C++ 🤖 AI/LLM Updated 7d ago
High-performance C++ MCP server using stdio transport and JSON-RPC 2.0 protocol. Supports Content-Length framing, exception handling, and graceful exit for IPC, AI tools, and plugin systems.
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": {
    "mcp_server": {
      "command": "npx",
      "args": [
        "-y",
        "Qiao12-pixel/MCP_Server"
      ]
    }
  }
}