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
{
"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