ton-agent-kit

Andy00L/ton-agent-kit
★ 0 stars TypeScript 🤖 AI/LLM Updated 1mo ago
Connect any AI agent to TON protocols. Modular SDK with 20+ autonomous actions, MCP server for Claude/GPT, LangChain integration, and a Telegram bot demo. The foundational AI agent infrastructure for TON.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ton-agent-kit": {
      "command": "npx",
      "args": [
        "-y",
        "Andy00L/ton-agent-kit"
      ]
    }
  }
}