Skip to content
Cursor

pay mcp for Cursor

io.github.pay-skill/pay-mcp

USDC payments for AI agents on Base — direct, tabs, x402 paywalls, discovery

client:Cursor transport:stdio runtime:npm

Install pay mcp in Cursor

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

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

{
  "mcpServers": {
    "pay-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@pay-skill/mcp"
      ],
      "env": {
        "PAYSKILL_SIGNER_KEY": "<PAYSKILL_SIGNER_KEY>",
        "PAY_NETWORK": "<PAY_NETWORK>"
      }
    }
  }
}

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

pay mcp in other clients