mcpbeat Sign in

aiogram-mcp MCP Server

local only

aiogram-mcp runs on your own machine — the client starts it, so there is no endpoint to ping. 143 installs a week from pypi. Last commit 16 Mar 2026.

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

Installs per day peak 70 · avg 26 · -7% w/w
a month agotoday
143
Installs / week
pypi · aiogram-mcp
3
Stars
0 open issues
16 Mar 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check aiogram-mcp every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add aiogram-mcp -- uvx aiogram-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "aiogram-mcp": {
      "args": [
        "aiogram-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.aiogram-mcp]
command = "uvx"
args = ["aiogram-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "aiogram-mcp": {
      "args": [
        "aiogram-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "aiogram-mcp": {
      "args": [
        "aiogram-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: BOT_TOKEN (Telegram Bot API token from @BotFather). The author declared them in the registry entry; get the values from the project itself.

Alternatives to aiogram-mcp

same job, measured the same way
MCP Telegram Bot
by daedalus

MCP server that exposes a Telegram bot

48 installs/wk local only
Marketo
by zleventer

MCP server for Marketo — 32 tools for leads, programs, emails, forms, lists, and bulk export.

28 installs/wk local only
I
Greenhouse MCP
by benmonopoli

Production-ready MCP server for Greenhouse with 175 tools for recruiting teams

153 installs/wk local only
Dynamic Telegram Bot API MCP
by patricktobias86

A dynamic, self-refreshing MCP gateway for the complete Telegram Bot API

541 installs/wk local only
Commune
by shanjai-raj

Email and SMS MCP server for AI agents — 41 tools for inboxes, sending, search, and SMS.

147 installs/wk local only
Telegram Archive MCP
by geiserx

MCP server for Telegram Archive — search messages, browse chats, and access history

47 installs/wk local only
Notify MCP Server
by aahl

MCP Server for notify to Weixin, Telegram, Bark, Lark, Feishu, DingTalk

258 installs/wk local only
Fast MCP Telegram
by leshchenko1979

Multi-tenant Telegram gateway for AI agents — HTTP+stdio, 8 tools, MTProto User API

730 installs/wk 8 tools answering

aiogram-mcp — questions

Answers built from our own checks of this server.

Why is there no uptime for aiogram-mcp?
aiogram-mcp runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package aiogram-mcp was installed 143 times last week.
How do I connect aiogram-mcp?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls aiogram-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use aiogram-mcp?
The pypi package aiogram-mcp was installed 143 times in the last week. Week over week that is -7%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is aiogram-mcp open source?
Yes — it is published under the MIT licence, written in Python and 3 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.