About
This MCP Server allows you to interact with the TON Blockchain
README
This repository contains the Ton MCP (Model Context Protocol) Server. This MCP Server allows you to interact with your Ton wallet and perform various operations such as sending transactions, checking balances, and more.
What is MCP (Model Context Protocol)?
You can read more about the Model Context Protocol here: https://modelcontextprotocol.io
But in a nutshell
The Model Context Protocol (MCP) is an open protocol that enables seamless integration between LLM applications and external data sources and tools. Whether you’re building an AI-powered IDE, enhancing a chat interface, or creating custom AI workflows, MCP provides a standardized way to connect LLMs with the context they need.
Configuration
Add a server entry to your configuration file:
"mcpServers": {
"ton-mcp": {
"command": "bun",
"args": ["run", "start"],
"env": {
"LOG_LEVEL": "3"
}
}
}
Installing Ton
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/kriuchkov/ton-mcpFAQ
Is Ton MCP free?
Yes, Ton MCP is free — one-click install via Unyly at no cost.
Does Ton need an API key?
No, Ton runs without API keys or environment variables.
Is Ton hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Ton in Claude Desktop, Claude Code or Cursor?
Open Ton on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzCompare Ton with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
