fast-mcp-telegram and aiogram-mcp
These tools are complementary, with one acting as a server and the other as middleware: the `leshchenko1979/fast-mcp-telegram` project provides a Telegram MCP Server and HTTP-MTProto bridge, while `Py2755/aiogram-mcp` offers MCP server middleware specifically for aiogram Telegram bots to expose them to AI agents via the Model Context Protocol.
About fast-mcp-telegram
leshchenko1979/fast-mcp-telegram
Telegram MCP Server and HTTP-MTProto bridge | Multi-user auth, intelligent search, file sending, web setup | Docker & PyPI ready
Implements a dual-transport MCP server exposing Telegram's MTProto API with automatic entity resolution and safety guardrails, enabling both stdio-based development and HTTP-authenticated production deployments. The architecture consolidates functionality into fewer, context-efficient tools (e.g., unified `get_messages` for search/browse/read-by-ID/replies) following an LLM-optimized design philosophy, while the HTTP-MTProto bridge provides raw API access via curl for edge cases. Built on async Telethon with session persistence, LRU cache management, and structured logging for reliability.
About aiogram-mcp
Py2755/aiogram-mcp
MCP server middleware for aiogram Telegram bots — expose your bot to AI agents via the Model Context Protocol
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work