Back to Apps

Telegram API MCP
by timoncool
Full v9.6 coverage of the Telegram Bot API with 169 methods, rate limiting, and meta-mode for token efficiency.
0 stars
Works in:claude
Exposes:Tools
What it does
Provides comprehensive access to the Telegram Bot API (v9.6), enabling AI agents to manage messages, media, polls, chats, and business accounts within the Telegram ecosystem.
Tools
telegram_find: Searches for specific Bot API methods by keyword or category (Meta-mode).telegram_call: Executes any of the 169 Bot API methods with JSON parameters (Meta-mode).- Direct Methods: Individual tools for
sendMessage,sendPhoto,getChat,banChatMember, and 160+ others.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"telegram": {
"command": "npx",
"args": ["telegram-api-mcp"],
"env": {
"TELEGRAM_BOT_TOKEN": "your_token_from_botfather"
}
}
}
}
Supported hosts
- claude
Quick install
npx telegram-api-mcpInformation
- Pricing
- free
- Published
- 7/31/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"telegram": {
"command": "npx",
"args": ["telegram-api-mcp"],
"env": {
"TELEGRAM_BOT_TOKEN": "your_token_from_botfather"
}
}
}
}





