Community MCP server for Telegram Bot API. Agents can send and receive messages, manage group chats, share photos and documents, handle inline queries, set up bot commands, and interact with Telegram users. Requires a Telegram Bot Token from BotFather. Useful for building AI chatbots, notification systems, and interactive services on Telegram.
npx -y mcp-server-telegram
{
"mcpServers": {
"telegram": {
"env": {
"TELEGRAM_BOT_TOKEN": "your-bot-token"
},
"args": [
"-y",
"mcp-server-telegram"
],
"command": "npx"
}
}
}Send Telegram photo
{
"type": "object",
"required": [
"chat_id",
"photo_url"
],
"properties": {
"caption": {
"type": "string"
},
"chat_id": {
"type": "string"
},
"photo_url": {
"type": "string"
}
}
}// Input
{
"caption": "Daily report",
"chat_id": "123",
"photo_url": "https://example.com/chart.png"
}// Output
{
"message_id": 789
}Community MCP server for Telegram Bot API. Agents can send and receive messages, manage group chats, share photos and documents, handle inline queries, set up bot commands, and interact with Telegram users. Requires a Telegram Bot Token from BotFather. Useful for building AI chatbots, notification systems, and interactive services on Telegram.
Telegram provides 1 tools including send_photo.
Yes, Telegram is completely free to use with no usage limits on the free tier.
You can install Telegram using the following command: npx -y mcp-server-telegram. After installation, add the provided config snippet to your Claude Desktop or Cursor configuration.
Telegram is listed under the Communication category in the AgentForge MCP registry.
Telegram has a current uptime of 99.82% with an average response time of 150ms.
To connect Telegram, click the "Connect Agent" button on this page to get the configuration snippet. Add it to your MCP client (Claude Desktop, Cursor, or any MCP-compatible tool). Your AI agent will then have access to all of Telegram's tools via the Model Context Protocol.