Skip to content
Claude Desktop

swarmpay for Claude Desktop

io.github.ginokino/swarmpay

Payment layer for AI agents. Send USDC, manage escrows on Base blockchain.

client:Claude Desktop transport:stdio runtime:pypi

Install swarmpay in Claude Desktop

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "swarmpay": {
      "command": "uvx",
      "args": [
        "swarmpay"
      ],
      "env": {
        "SWARMPAY_NETWORK": "<SWARMPAY_NETWORK>",
        "CDP_API_KEY_ID": "<CDP_API_KEY_ID>",
        "CDP_API_KEY_SECRET": "<CDP_API_KEY_SECRET>",
        "SWARMPAY_ADMIN_WALLET": "<SWARMPAY_ADMIN_WALLET>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

swarmpay in other clients