telegram-claude-mcp
Allows to send messages and ask questions via Telegram, enabling communication with a user through the Telegram Bot API.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@telegram-claude-mcpask me if I want to proceed with the database migration"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Telegram MCP Bridge
An MCP server that lets Claude Code send messages and ask questions via Telegram.
When Claude Code needs your input during a coding task, it sends a Telegram message (with optional inline buttons) and waits for your reply.
Claude Code → MCP tool call → this server → Telegram Bot API → your phone
← tool result ← server ← you tap a button / type a replyTools
Tool | Description |
| Send a question with optional buttons, wait for response (10-min timeout) |
| Fire-and-forget notification |
Related MCP server: Telegram Notification MCP Server
Setup
1. Create a Telegram Bot
Open Telegram, message @BotFather
Send
/newbot, follow prompts — save the bot tokenMessage your new bot (send anything), then visit:
https://api.telegram.org/bot<YOUR_TOKEN>/getUpdatesFind your chat ID in the response JSON (
result[0].message.chat.id)
2. Clone & Install
git clone https://github.com/yourusername/telegram-claude-mcp.git
cd telegram-claude-mcp
npm install3. Configure Claude Code
Add to ~/.claude/mcp.json (create the file if it doesn't exist):
{
"mcpServers": {
"telegram": {
"command": "node",
"args": ["/absolute/path/to/telegram-claude-mcp/telegram-bridge.js"],
"env": {
"TELEGRAM_BOT_TOKEN": "your-bot-token",
"TELEGRAM_CHAT_ID": "your-chat-id"
}
}
}
}4. Restart Claude Code
The MCP server starts automatically when Claude Code launches. You should see telegram in your MCP server list.
Usage
Claude Code will automatically have access to ask_user and notify_user tools. You can prompt it to use them:
"If you need to ask me something, use the ask_user Telegram tool"
Or Claude may use them when configured in your project's CLAUDE.md.
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceA simple MCP server that allows Claude to access your Telegram account to read and send messages on your behalf.Last updated7Apache 2.0
- Alicense-qualityDmaintenanceEnables Claude Code to send Telegram notifications when tasks complete, errors occur, or user intervention is needed. Runs serverless on Cloudflare Workers with support for formatted messages and flexible chat targeting.Last updated822MIT
- Alicense-qualityDmaintenanceConnects Claude Code sessions to Telegram, enabling AI-powered code assistance and file management directly from Telegram chats.Last updated92MIT
- AlicenseAqualityDmaintenanceEnables Claude Code to send and receive messages via Telegram for remote interaction and approval of sensitive operations.Last updated877MIT
Related MCP Connectors
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
Telegram bridge for your MCP-compatible agent. Bidirectional, no LLM in our stack.
Multi-tenant Telegram gateway for AI agents — HTTP+stdio, 8 tools, MTProto User API
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/chilldude/telegram-claude-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server