HPP x402 MCP Bridge for Claude Desktop
io.github.hpp-io/x402-mcp-bridge
MCP bridge for autonomous x402 payments in HPP USDC.e — discover and pay for services per call.
client:Claude Desktop
transport:stdio
runtime:npm
Install HPP x402 MCP Bridge in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"x402-mcp-bridge": {
"command": "npx",
"args": [
"-y",
"@hpp-io/x402-mcp-bridge"
],
"env": {
"DELEGATE_PRIVATE_KEY": "<DELEGATE_PRIVATE_KEY>",
"HPP_NETWORK": "<HPP_NETWORK>",
"RESOURCE_SERVER_URL": "<RESOURCE_SERVER_URL>",
"SAFE_ADDRESS": "<SAFE_ADDRESS>",
"ALLOWANCE_MODULE_ADDRESS": "<ALLOWANCE_MODULE_ADDRESS>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs