FantomaSkaRus1/telegram-bot-mcp
Full-featured Telegram Bot API MCP server with 174 tools for Claude Code and AI agents
Platform-specific configuration:
{
"mcpServers": {
"telegram-bot-mcp": {
"command": "npx",
"args": [
"-y",
"telegram-bot-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Full-featured Telegram Bot API server for MCP (Model Context Protocol). 174 tools covering the entire Bot API — messages, chats, stickers, payments, forums, stories, and more.
<a href="https://glama.ai/mcp/servers/@FantomaSkaRus1/telegram-bot-mcp"> </a>
npm installclaude mcp add -e TELEGRAM_BOT_TOKEN=your_token telegram -- node /path/to/mcp-telegram/index.jsAdd to claude_desktop_config.json:
{
"mcpServers": {
"telegram": {
"type": "stdio",
"command": "node",
"args": ["/path/to/mcp-telegram/index.js"],
"env": {
"TELEGRAM_BOT_TOKEN": "your_token"
}
}
}
}| Variable | Required | Description | |---|---|---| | TELEGRAM_BOT_TOKEN | Yes | Bot token from @BotFather | | TELEGRAM_DEFAULT_CHAT_ID | No | Default chat ID (skip chat_id in tool calls) | | TELEGRAM_DEFAULT_THREAD_ID | No | Default topic/thread ID for forum supergroups |
index.js # Entry point — reLoading reviews...