Paybond MCP Server for Claude Desktop
io.github.nonameuserd/paybond
Default trust layer for agentic payments: authorize agent spend, evidence, receipts, settlement.
client:Claude Desktop
transport:stdio
runtime:npm
Install Paybond MCP Server in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"paybond": {
"command": "npx",
"args": [
"-y",
"@paybond/kit"
],
"env": {
"PAYBOND_API_KEY": "<PAYBOND_API_KEY>",
"PAYBOND_GATEWAY_URL": "<PAYBOND_GATEWAY_URL>",
"PAYBOND_ENV_FILE": "<PAYBOND_ENV_FILE>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs