HomeCommunication › aiogram-mcp

aiogram-mcp

MCP server for aiogram Telegram bots — 30 tools, 7 resources, 3 prompts, event streaming

Python Cloud
★ 3 stars Last pushed 2026-03-16 License: MIT

Topics: Communication

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (pypi 0.7.1)

uvx aiogram-mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "aiogram-mcp": {
      "command": "uvx",
      "args": [
        "aiogram-mcp"
      ],
      "env": {
        "BOT_TOKEN": "<YOUR_VALUE>"
      }
    }
  }
}
  • BOT_TOKEN required secret — Telegram Bot API token from @BotFather

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry