tx402 for Cursor
io.github.mahesvannan/tx402
Explain Algorand transactions, groups, batches, and account activity with x402.
client:Cursor
transport:stdio
runtime:npm
Install tx402 in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"tx402": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"tx402-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs