Skip to content
Cline

TONNode — TON blockchain access for Cline

io.github.tonnode/mcp

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

client:Cline transport:stdio runtime:npm

Install TONNode — TON blockchain access in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@tonnode/mcp"
      ],
      "env": {
        "TON_LITESERVERS": "<TON_LITESERVERS>",
        "TON_NETWORK": "<TON_NETWORK>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

TONNode — TON blockchain access in other clients