TONNode — TON blockchain access for Claude Desktop
io.github.tonnode/mcp
Liteserver access to TON: balances, account state, transactions and get-methods over native ADNL.
client:Claude Desktop
transport:stdio
runtime:npm
Install TONNode — TON blockchain access in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@tonnode/mcp"
],
"env": {
"TON_LITESERVERS": "<TON_LITESERVERS>",
"TON_NETWORK": "<TON_NETWORK>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs