Liteserver access to TON: balances, account state, transactions and get-methods over native ADNL.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y @tonnode/mcp
MCP client config
{
"mcpServers": {
"tonnode-ton-blockchain-access": {
"command": "npx",
"args": [
"-y",
"@tonnode/mcp"
]
}
}
}