@alblancc/mcp-developers-platform
v0.2.3
Published
TON Developer Platform — Model Context Protocol (MCP) bridge. Run via `npx -y @alblancc/mcp-developers-platform` to authorize once via OAuth Device Flow and expose TON Developer Platform tools over stdio to any MCP-capable AI agent.
Maintainers
Readme
@alblancc/mcp-developers-platform
TON Developer Platform — Model Context Protocol (MCP) bridge for AI agents.
A small Node bridge that authorizes you to your TON developer account via browser, then exposes TON Developer Platform tools (project management, analytics, testnet faucet, docs search) over stdio to any MCP-capable AI agent.
Install
Claude Code
claude mcp add ton-developer-platform -- npx -y @alblancc/mcp-developers-platformClaude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) — or %APPDATA%\Claude\claude_desktop_config.json (Windows) / ~/.config/Claude/claude_desktop_config.json (Linux):
{
"mcpServers": {
"ton-developer-platform": {
"command": "npx",
"args": ["-y", "@alblancc/mcp-developers-platform"]
}
}
}Fully quit and reopen Claude Desktop (cmd+Q, not just close window) to pick up the new server.
Cursor / Cline / VS Code
Same JSON shape, different config file path:
{
"mcpServers": {
"ton-developer-platform": {
"command": "npx",
"args": ["-y", "@alblancc/mcp-developers-platform"]
}
}
}- Cursor:
~/.cursor/mcp.json - Cline:
~/.config/cline/mcp_settings.json - VS Code (Anthropic MCP extension): user
settings.jsonundermcp.servers
First run
Your AI agent will start the bridge automatically the first time it needs a TON tool. The bridge will print a verification URL and open your browser — sign in and approve. Subsequent runs reuse the cached token.
What you get
- Public tools (no auth): documentation search, SDK package lookup, code snippets, jetton metadata
- Authenticated tools (browser-approved): list projects, read project metrics, manage analytics keys, claim testnet TON, submit applications
Requirements
Node.js ≥ 18. No external dependencies.
License
MIT
