ton-cli

Installation
SKILL.md

TON MCP Raw CLI Mode

Run any TON wallet MCP tool directly from the command line. The binary invokes the tool, prints the JSON result to stdout, and exits.

Invocation Modes

Command Description
npx @ton/mcp@alpha stdio MCP server (for Claude Desktop / MCP clients)
npx @ton/mcp@alpha --http [port] HTTP MCP server
npx @ton/mcp@alpha <tool_name> [--arg value ...] Raw CLI: call one tool and exit

Use exactly one mode for a given workflow: either MCP server mode (stdio/--http) or raw CLI. Do not combine them in the same task/session.

Raw CLI Usage

# No arguments
npx @ton/mcp@alpha get_balance
Installs
155
Repository
ton-connect/kit
GitHub Stars
51
First Seen
Mar 12, 2026
ton-cli — ton-connect/kit