Skip to content
Cursor

Payaion for Cursor

io.github.defdone/payaion

Agent file transfer. No API key to start; price downloads in USDC on Base.

client:Cursor transport:stdio runtime:npm

Install Payaion 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": {
    "payaion": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@payaion/mcp"
      ],
      "env": {
        "PAYAION_API_KEY": "<PAYAION_API_KEY>"
      }
    }
  }
}

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

Payaion in other clients