TONNode — TON blockchain access for Cursor
io.github.tonnode/mcp
Liteserver access to TON: balances, account state, transactions and get-methods over native ADNL.
client:Cursor
transport:stdio
runtime:npm
Install TONNode — TON blockchain access in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@tonnode/mcp"
],
"env": {
"TON_LITESERVERS": "<TON_LITESERVERS>",
"TON_NETWORK": "<TON_NETWORK>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs