TONNode — TON blockchain access for Grok
io.github.tonnode/mcp
Liteserver access to TON: balances, account state, transactions and get-methods over native ADNL.
client:Grok
transport:stdio
runtime:npm
Install TONNode — TON blockchain access in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@tonnode/mcp"
],
"env": {
"TON_LITESERVERS": "<TON_LITESERVERS>",
"TON_NETWORK": "<TON_NETWORK>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs