★ 790 stars
Python
💬 Communication
Updated 1mo ago
Telegram MCP server powered by Telethon to let MCP clients read chats, manage groups, and send/modify messages, media, contacts, and settings.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"telegram-mcp": {
"command": "uvx",
"args": [
"telegram-mcp"
]
}
}
}
Run in terminal:
claude mcp add telegram-mcp uvx telegram-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"telegram-mcp": {
"command": "uvx",
"args": [
"telegram-mcp"
]
}
}
}
Or install with pip: pip install telegram-mcp
Topics
adminapichat-managementcontactsgroupsmcpmediamessagingsearchtelegramtelegram-apitelegram-clienttelethon