Skip to content
Cursor

spawnpay for Cursor

io.github.robocular/spawnpay

Crypto wallets, payments, and referral earnings for AI agents on Base L2

client:Cursor transport:stdio runtime:npm

Install spawnpay 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": {
    "spawnpay": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "spawnpay-mcp"
      ],
      "env": {
        "SPAWNPAY_API_KEY": "<SPAWNPAY_API_KEY>"
      }
    }
  }
}

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

spawnpay in other clients