payanagent for Cursor
io.github.dernif/payanagent
Buy any of 24,000+ live x402 services with USDC on Base — the open marketplace for the agent economy
client:Cursor
transport:stdio
runtime:npm
Install payanagent in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"payanagent": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@payanagent/mcp"
],
"env": {
"PAYANAGENT_WALLET_PRIVATE_KEY": "<PAYANAGENT_WALLET_PRIVATE_KEY>",
"PAYANAGENT_API_KEY": "<PAYANAGENT_API_KEY>",
"PAYANAGENT_BASE_URL": "<PAYANAGENT_BASE_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs