Direct command-line access to TON blockchain operations without spinning up an MCP server. You get wallet queries, balance checks, jetton transfers, NFT sends, DNS resolution, and even swap quotes, all via `npx @ton/mcp@alpha <tool_name>`. It supports both single-wallet mode (pass a mnemonic) and a local wallet registry at `~/.config/ton/config.json`. The emulate_transaction tool is smart for dry-running before you commit funds. Output is JSON to stdout, so it pipes cleanly into scripts. Honestly, this is what you reach for when you want TON operations in a shell script or need Claude to check balances and send transactions without the ceremony of a persistent server session.
npx skills add https://github.com/ton-connect/kit --skill ton-cli