Skip to content
Claude Desktop

api composition gateway for Claude Desktop

io.github.lazymac2x/api-composition-gateway

Cloudflare Workers MCP server: api-composition-gateway

client:Claude Desktop transport:streamable-http tools:4

Install api composition gateway in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "api-composition-gateway": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://api.lazy-mac.com/api-composition-gateway/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

What Claude Desktop can do once it is connected

api composition gateway in other clients