Odel
aiogram-mcp

aiogram-mcp

Local
@py27553PythonMITUpdated 5mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIaiogram-mcpv0.7.1

Run

uvx aiogram-mcp

MCP client config

{
  "mcpServers": {
    "aiogram-mcp": {
      "command": "uvx",
      "args": [
        "aiogram-mcp"
      ]
    }
  }
}