Skip to content
Claude Desktop

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

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

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

HPP x402 MCP Bridge in other clients