TONNode — TON blockchain access
Rank #10,425io.github.tonnode/mcp
Liteserver access to TON: balances, account state, transactions and get-methods over native ADNL.
TONNode — TON blockchain access is a Model Context Protocol (MCP) server published by tonnode. It ranks #10,425 of 132,046 servers tracked on MCP Toplist, and its repository has 27 GitHub stars. TONNode — TON blockchain access is listed across 2 registries — Official MCP and Glama, with 7 tracked versions. It was first listed on Jul 14, 2026 and most recently updated on Jul 16, 2026.
Ranks ahead of 121,621 of 132,046 servers on MCP Toplist.
Use TONNode — TON blockchain access
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add tonnode -e "TON_LITESERVERS=<your TON_LITESERVERS>" -e "TON_NETWORK=<your TON_NETWORK>" -- npx -y @tonnode/mcpReplace each placeholder with your own value before saving.
[mcp_servers.tonnode]
command = "npx"
args = ["-y", "@tonnode/mcp"]
[mcp_servers.tonnode.env]
TON_LITESERVERS = "<your TON_LITESERVERS>"
TON_NETWORK = "<your TON_NETWORK>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"tonnode": {
"command": "npx",
"args": [
"-y",
"@tonnode/mcp"
],
"env": {
"TON_LITESERVERS": "<your TON_LITESERVERS>",
"TON_NETWORK": "<your TON_NETWORK>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"tonnode": {
"command": "npx",
"args": [
"-y",
"@tonnode/mcp"
],
"env": {
"TON_LITESERVERS": "<your TON_LITESERVERS>",
"TON_NETWORK": "<your TON_NETWORK>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"tonnode": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@tonnode/mcp"
],
"env": {
"TON_LITESERVERS": "<your TON_LITESERVERS>",
"TON_NETWORK": "<your TON_NETWORK>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"tonnode": {
"command": "npx",
"args": [
"-y",
"@tonnode/mcp"
],
"env": {
"TON_LITESERVERS": "<your TON_LITESERVERS>",
"TON_NETWORK": "<your TON_NETWORK>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"tonnode": {
"command": "npx",
"args": [
"-y",
"@tonnode/mcp"
],
"env": {
"TON_LITESERVERS": "<your TON_LITESERVERS>",
"TON_NETWORK": "<your TON_NETWORK>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.tonnode%2Fmcp)<a href="https://mcptoplist.com/server/io.github.tonnode%2Fmcp"><img src="https://mcptoplist.com/badge/io.github.tonnode%2Fmcp.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
tonnode
Available versions (7)
| Version | Published |
|---|---|
| 0.5.0 | Jul 16, 2026 |
| 0.4.0 | Jul 15, 2026 |
| 0.3.2 | Jul 15, 2026 |
| 0.3.1 | Jul 15, 2026 |
| 0.3.0 | Jul 15, 2026 |
| 0.2.0 | Jul 14, 2026 |
| 0.1.3 | Jul 14, 2026 |
Frequently asked questions
- Who maintains TONNode — TON blockchain access?
- TONNode — TON blockchain access is maintained by tonnode, which publishes 1 MCP server (7 total versions) tracked on MCP Toplist.
- Is TONNode — TON blockchain access listed on the Official MCP Registry?
- Yes — TONNode — TON blockchain access is listed on the Official MCP Registry, alongside Glama.
- How many versions does TONNode — TON blockchain access have?
- MCP Toplist tracks 7 versions of TONNode — TON blockchain access, most recently published on Jul 16, 2026.
- Where can I find the source code for TONNode — TON blockchain access?
- The source code for TONNode — TON blockchain access is hosted at github.com/tonnode/mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.