aiogram-mcp connects Telegram bots to AI agents via the Model Context Protocol, enabling real-time interactions without rewriting existing handlers.
From the registry: MCP server for aiogram Telegram bots — 30 tools, 7 resources, 3 prompts, event streaming
$ pip install aiogram-mcphttps://pypi.org/project/aiogram-mcp/Please install the `aiogram-mcp` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Install aiogram-mcp from PyPI** — Python 3.10+ and aiogram 3.20+. Run: `pip install aiogram-mcp` (https://pypi.org/project/aiogram-mcp/)
- **Telegram bot token** — Create a Telegram bot via @BotFather to get a bot token. (https://core.telegram.org/bots)
- **User-written host script** — aiogram-mcp is a library that you import into your own aiogram bot entry point (e.g., bot.py) which spawns the MCP server alongside your bot.
Canonical MCP server config (stdio transport):
- command: `python`
- args: ["path/to/your/bot.py"]
- required environment variables:
- `BOT_TOKEN`: Telegram Bot API token from BotFather. (example: `<bot_token>`)
Note: Not a standalone MCP server — you embed AiogramMCP inside your own aiogram bot script and run that script as the stdio command.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.BOT_TOKENrequiredToken for the Telegram botReddit browser for AI assistants. Browse posts, search content, analyze users. No API keys needed.
Twitter X automation MCP - post schedule analytics engagement social media
MCP server for WhatsApp Cloud API (Meta) — messages, media, and templates via Graph API