Telegram Bot
FreeNot checkedEnables sending messages, asking questions, and sending files through a Telegram bot.
About
Enables sending messages, asking questions, and sending files through a Telegram bot.
README
MCP server for sending messages and asking questions through Telegram bot.
Features
- ask(questionText) - Send question to Telegram chat and wait for user response (accepts text messages, captions, or returns description of media files)
- send(textMessage) - Send message to Telegram chat
- sendFile(path) - Send file to Telegram chat
Setup
Get Chat ID:
TELEGRAM_BOT_TOKEN=your_token npm run get-chat-idSend message to your bot/group and copy the Chat ID from console.
Test server:
npm run dev
MCP Configuration
Add to your MCP client configuration:
{
"mcpServers": {
"telegram-bot": {
"command": "npx",
"args": ["tsx", "/home/user/mcp-servers/mcp-telegram-bot/src/server.ts", "--timeout", "10"],
"env": {
"TELEGRAM_BOT_TOKEN": "your_bot_token_here",
"TELEGRAM_CHAT_ID": "your_chat_id_here"
}
}
}
}
Command Line Arguments
--timeout <minutes>- Timeout in minutes for waiting user response (default: 10)
Environment Variables
TELEGRAM_BOT_TOKEN- Your Telegram bot token from @BotFatherTELEGRAM_CHAT_ID- Target chat ID where messages will be sent
Installing Telegram Bot
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/javarool/mcp-telegram-botFAQ
Is Telegram Bot MCP free?
Yes, Telegram Bot MCP is free — one-click install via Unyly at no cost.
Does Telegram Bot need an API key?
No, Telegram Bot runs without API keys or environment variables.
Is Telegram Bot hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Telegram Bot in Claude Desktop, Claude Code or Cursor?
Open Telegram Bot on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Gmail
Read, send and search emails from Claude
by GoogleSlack
Send, search and summarize Slack messages
by SlackRunbear
No-code MCP client for team chat platforms, such as Slack, Microsoft Teams, and Discord.
Discord Server
A community discord server dedicated to MCP by [Frank Fiegel](https://github.com/punkpeye)
Klavis AI
Open Source MCP Infra. Hosted MCP servers and MCP clients on Slack and Discord.
Work90210/APIFold
Turn any REST API into a hosted MCP server. 18 free public servers (GitHub, Stripe, Slack, OpenAI, Notion, and more) — no setup required, bring your own API key
by Work90210arikusi/deepseek-mcp-server
MCP server for DeepSeek AI with chat, reasoning, multi-turn sessions, function calling, thinking mode, and cost tracking.
by arikusihashgraph-online/hashnet-mcp-js
MCP server for the Registry Broker. Discover, register, and chat with AI agents on the Hashgraph network.
by hashgraph-onlineprofullstack/mcp-server
A comprehensive MCP server aggregating 20+ tools including SEO optimization, document conversion, domain lookup, email validation, QR generation, weather data,
by profullstackWayStation-ai/mcp
Seamlessly and securely connect Claude Desktop and other MCP hosts to your favorite apps (Notion, Slack, Monday, Airtable, etc.). Takes less than 90 secs.
by waystation-aiCompare Telegram Bot with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All communication MCPs
