brpc (MCP Server)

GitHub

brpc is an Industrial-grade RPC framework using C++ Language, which is often used in high performance system such as Search, Storage, Machine learning, Advertisement, Recommendation etc. "brpc" means "better RPC".

17,581 stars C++ MCP Ready Full Docs Skills View Markdown #rpc

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "brpc": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-brpc"
      ]
    }
  }
}