Let Claude send messages, photos, polls and more to one Telegram chat - no install, no server to run.
A minimal MCP server built for exactly one job.
Hosted on Vercel. Nothing to install or run locally.
Every call targets a single, pre-configured Telegram chat.
Your token and chat ID live only in the URL. Nothing is stored.
Send, read, and manage messages via the full Telegram Bot API.
Paste your bot token and chat ID - the link updates as you type.
https://simple-tg-chat-mcp.vercel.app/api/mcp?token=<BOT_TOKEN>&chat=<CHAT_ID>claude mcp add --transport http Telegram "https://simple-tg-chat-mcp.vercel.app/api/mcp?token=<BOT_TOKEN>&chat=<CHAT_ID>"Keep this URL private - anyone who has it can send messages through your bot. No sign-up or account needed; the server is stateless and multi-tenant.
All of it runs remote - every call goes straight to the Telegram Bot API.
Four steps, five minutes.
Message @BotFather on Telegram, send /newbot, and save the API token it gives you.
Message your bot (or add it to a group/channel), then open https://api.telegram.org/bot<TOKEN>/getUpdates in a browser and read chat.id from the response.
Use the form above to generate your personal MCP URL.
Add it as a custom connector in Claude.ai, or via the CLI in Claude Code.
claude mcp add --transport http Telegram "https://simple-tg-chat-mcp.vercel.app/api/mcp?token=<BOT_TOKEN>&chat=<CHAT_ID>"