Skip to content
Cursor

pay mcp for Cursor

io.github.voidly-ai/pay-mcp

USDC-backed agent payments. Transfer, escrow, x402 paywall, streams, subs. 28 tools.

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",
        "@voidly/pay-mcp"
      ],
      "env": {
        "VOIDLY_PAY_API_URL": "<VOIDLY_PAY_API_URL>"
      }
    }
  }
}

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