mcp-server-tron

BofAI/mcp-server-tron
★ 4 stars TypeScript 📦 Other Updated 10d ago
TRON Ecosystem MCP Server
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": {
    "mcp-server-tron": {
      "command": "npx",
      "args": [
        "-y",
        "BofAI/mcp-server-tron"
      ]
    }
  }
}