chaindead/telegram-mcp
by Various
Telegram MCP for managing dialogs, messages, drafts, read statuses, and more.
MCP
chaindead/telegram-mcp
Added 1 June 2026
Overview
A Go-based MCP server that exposes Telegram messaging operations as tools for AI agents. It enables managing dialogs, sending and reading messages, handling drafts, and tracking read statuses through the Telegram API.
Best for
Best for
Developers building AI agents that need to interact with Telegram chats and messages
Use cases
- Automate Telegram message sending and monitoring from an AI agent
- Manage Telegram dialogs and drafts programmatically
- Track read statuses and unread messages in Telegram chats
How to use
Install
npx -y @chaindead/telegram-mcp Tested with
Claude Desktop, Cursor, VS Code
Example client config
{\n "mcpServers": {\n "telegram": {\n "command": "npx",\n "args": ["-y", "@chaindead/telegram-mcp"],\n "env": {\n "TG_APP_ID": "<your-api-id>",\n "TG_API_HASH": "<your-api-hash>"\n }\n }\n }\n} Notes
A Go-based MCP server that exposes Telegram messaging operations as tools for AI agents. It enables managing dialogs, sending and reading messages, handling drafts, and tracking read statuses through the Telegram API.
331 stars on GitHub. Last updated 2026-05-28. Licensed MIT.
Use cases
- Automate Telegram message sending and monitoring from an AI agent
- Manage Telegram dialogs and drafts programmatically
- Track read statuses and unread messages in Telegram chats
Pros
- Lightweight Go implementation with good performance
- Covers core Telegram messaging operations
- Active open-source project with 331 stars
Cons
- Requires Telegram API credentials and setup
- Limited to messaging features, no media or group management
- Depends on MCP protocol compatibility
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Lightweight Go implementation with good performance
- Covers core Telegram messaging operations
- Active open-source project with 331 stars
Cons
- Requires Telegram API credentials and setup
- Limited to messaging features, no media or group management
- Depends on MCP protocol compatibility
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.