Skip to content
Claude Desktop

ClawAgent for Claude Desktop

io.github.zaq2989/clawagent

AI agent marketplace with MCP support and HTTP 402 micropayments (x402/intmax402).

client:Claude Desktop transport:sse

Install ClawAgent in Claude Desktop

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

{
  "mcpServers": {
    "clawagent": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://clawagent-production.up.railway.app/mcp/sse"
      ]
    }
  }
}

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

ClawAgent in other clients