Skip to content
Cursor

mcp x402 pay for Cursor

io.github.cryptoapis-io/mcp-x402-pay

MCP server that pays x402-gated HTTP endpoints — fetch, and on a 402 authorize, sign, retry

client:Cursor transport:stdio runtime:npm

Install mcp x402 pay in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "mcp-x402-pay": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@cryptoapis-io/mcp-x402-pay"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mcp x402 pay in other clients