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
{
"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