restbed (MCP Server)

GitHub

Corvusoft's Restbed framework brings asynchronous RESTful functionality to C++ applications.

Claude Desktop Configuration

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

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