
Mcp Telegram Bot
Let Claude Code drive a Telegram bot for alerts, user support, or lightweight distribution without leaving the agent.
Overview
io.github.daedalus/mcp-telegram-bot is a MCP server for the Build phase that exposes Telegram bot actions to AI coding agents over stdio.
What is this MCP server?
- Stdio MCP transport on PyPI package mcp-telegram-bot v0.1.0
- Exposes Telegram bot capabilities as MCP tools for coding agents
- Fits solo builders who want ops or launch notifications in Telegram
- stdio deployment matches local Claude Code and Cursor MCP configs
- Server version 0.1.0
- PyPI identifier mcp-telegram-bot
- stdio transport
What problem does it solve?
Builders waste context switching between the IDE and Telegram when they need agents to notify users or run bot workflows.
Who is it for?
Indie devs already using Telegram for alerts or community who want Claude or Cursor to send and manage bot actions programmatically.
Skip if: Teams that need a managed Telegram SaaS, complex funnel analytics, or multi-tenant messaging without self-hosted tokens.
What do I get? / Deliverables
After you register the server, your agent can call MCP tools to operate your Telegram bot from the same session where you ship code.
- Registered stdio MCP server in agent config
- Agent-callable tools over your Telegram bot
- Repeatable bot workflows from the IDE
Recommended MCP Servers
Journey fit
Canonical shelf is Build because wiring a messenger bot is an integration task during product construction, even if you later use it in Grow. integrations fits outbound chat channels and third-party APIs you connect while assembling the stack.
How it compares
MCP Telegram integration, not a full marketing automation or CRM skill.
Common Questions / FAQ
Who is io.github.daedalus/mcp-telegram-bot for?
Solo and small-team builders who run Telegram bots and want Claude Code, Cursor, or similar agents to control them via MCP.
When should I use io.github.daedalus/mcp-telegram-bot?
Use it during Build when you are wiring notifications, support bots, or launch pings into your product or agent workflow.
How do I add io.github.daedalus/mcp-telegram-bot to my agent?
Install the PyPI package mcp-telegram-bot, configure stdio MCP in your agent config, and provide your Telegram bot token per the GitHub repo.