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).
Run
uvx aiogram-mcp
MCP client config
{
"mcpServers": {
"aiogram-mcp": {
"command": "uvx",
"args": [
"aiogram-mcp"
]
}
}
}