agon protocol for Claude Desktop
io.github.agonx402/agon-protocol
MCP server for Agon Protocol state reads and prepare-only payment-channel actions.
client:Claude Desktop
transport:stdio
runtime:npm
Install agon protocol in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"agon-protocol": {
"command": "npx",
"args": [
"-y",
"@agonx402/protocol-mcp"
],
"env": {
"SOLANA_DEVNET_RPC_URL": "<SOLANA_DEVNET_RPC_URL>",
"AGON_PROTOCOL_PROGRAM_ID": "<AGON_PROTOCOL_PROGRAM_ID>",
"AGON_PROTOCOL_DEVNET_USDC_TOKEN_ID": "<AGON_PROTOCOL_DEVNET_USDC_TOKEN_ID>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs