ATXP — Agent Payment & Wallet Infrastructure for Cursor
io.github.atxp-dev/atxp
Agent wallet, email, phone, and 41 paid tools: search, image/video/music gen, SMS, calls.
client:Cursor
transport:stdio
runtime:npm
Install ATXP — Agent Payment & Wallet Infrastructure in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"atxp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"atxp"
],
"env": {
"ATXP_CONNECTION": "<ATXP_CONNECTION>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs