mcpbeat Sign in

TONNode — TON blockchain access MCP Server

local only

TONNode — TON blockchain access runs on your own machine — the client starts it, so there is no endpoint to ping. 101 installs a week from npm. Last commit 4 Aug 2026.

Liteserver access to TON: balances, account state, transactions and get-methods over native ADNL.

Installs per day peak 24 · avg 10 · +247% w/w
a month agotoday
101
Installs / week
npm · @tonnode/mcp
31
Stars
0 open issues
4 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 19 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Long encoded blob in source src/wallet.ts:30
  "b5ee9c7241021001000228000114ff00f4a413f4bcf2c80b01020120020d02014803040078d020d74bc00101c060b0915be101d0d3030171b0915be0fa4030f828c705b39130e0d31f018210ae42e5a4ba9d8040d721d74cf82a01ed55fb04e030020120050a02027306070011adce76a2686b85ffc00201200809001aabb6ed44d0810122d721d70b3f0…

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp -- npx -y @tonnode/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@tonnode/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp]
command = "npx"
args = ["-y", "@tonnode/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@tonnode/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@tonnode/mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: TON_LITESERVERS (Optional JSON array of private liteserver entries: [{"ip":"host","port":41000,"key":"<base64 ed25519>"}]. Defaults to the public global config.), TON_NETWORK (Set to "testnet" to use the testnet global config.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to TONNode — TON blockchain access

same job, measured the same way
Bostrom MCP
by cyberia-to

86-tool MCP server for Bostrom blockchain: read chain state and sign transactions

40 installs/wk local only
Fuse Network
by fuse

MCP server for Fuse Network: balances, tokens, staking, DeFi data, swaps and on-chain transactions.

50 tools answering
Bankstatemently
by bankstatemently

Convert PDF bank statements into structured transactions, accounts, and balances.

16 tools answering
Monarch MCP Server
by jamiew

Access Monarch financial data — accounts, transactions, budgets, and more

183 installs/wk local only
Thru Explorer MCP
by thru

Thru blockchain explorer: blocks, transactions, accounts, and program ABIs on the Thru RISC-V L1

8 tools answering
Synci
by synci

Read-only access to your bank, investment, and crypto accounts: balances, transactions, holdings.

answering
Openfinance
by openfinanceorg

Connect your financial accounts to view balances, search transactions, and get spending insights.

35 installs/wk local only
BankSync
by banksync

Connect AI agents to bank accounts, transactions, balances, and investments.

109 installs/wk answering

TONNode — TON blockchain access — questions

Answers built from our own checks of this server.

Why is there no uptime for TONNode — TON blockchain access?
TONNode — TON blockchain access runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @tonnode/mcp was installed 101 times last week.
How do I connect TONNode — TON blockchain access?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @tonnode/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use TONNode — TON blockchain access?
The npm package @tonnode/mcp was installed 101 times in the last week. Week over week that is +247%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is TONNode — TON blockchain access open source?
Yes — it is published under the MIT licence, written in TypeScript and 31 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.