.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/chigwell/telegram-mcp
home/mcp-servers/chigwell/telegram-mcp
chigwell avatar

telegram-mcp

bychigwell· 1 MCP server

Installs

503

Stars

1.3k

Forks

343

Category

Productivity & Workflow

View on GitHub

TL;DR

A Telegram integration for Claude, Cursor, and other MCP-compatible clients. It exposes Telegram account, chat, message, contact, media, folder, and admin operations through the Model Context Protocol using [Telethon](https://docs.telethon.dev/

How to install telegram-mcp?

chigwell/telegram-mcp
$git clone https://github.com/chigwell/telegram-mcp

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install telegram-mcp by running `git clone https://github.com/chigwell/telegram-mcp`, then use it for the current task and follow its documentation at https://github.com/chigwell/telegram-mcp.

Files · 1

View on GitHub
README.md
1<div align="center">
2 <img src="https://capsule-render.vercel.app/api?type=waving&color=gradient&height=200&section=header&text=Telegram%20MCP%20Server&fontSize=50&fontAlignY=35&animation=fadeIn&fontColor=FFFFFF&descAlignY=55&descAlign=62" alt="Telegram MCP Server" width="100%" />
3</div>
4 
5![MCP Badge](https://badge.mcpx.dev)
6[![License: Apache 2.0](https://img.shields.io/badge/license-Apache%202.0-green?style=flat-square)](https://opensource.org/licenses/Apache-2.0)
7[![Python Lint & Format Check](https://github.com/chigwell/telegram-mcp/actions/workflows/python-lint-format.yml/badge.svg)](https://github.com/chigwell/telegram-mcp/actions/workflows/python-lint-format.yml)
8[![Docker Build & Compose Validation](https://github.com/chigwell/telegram-mcp/actions/workflows/docker-build.yml/badge.svg)](https://github.com/chigwell/telegram-mcp/actions/workflows/docker-build.yml)
9 
10A Telegram integration for Claude, Cursor, and other MCP-compatible clients. It exposes Telegram account, chat, message, contact, media, folder, and admin operations through the [Model Context Protocol](https://modelcontextprotocol.io/) using [Telethon](https://docs.telethon.dev/).
11 
12## 🤖 MCP in Action
13 
14Basic Telegram MCP usage in Claude:
15 
16![Telegram MCP in action](screenshots/1.png)
17 
18Asking Claude to analyze chat history and send a response:
19 
20![Telegram MCP Request](screenshots/2.png)
21 
22Message sent successfully:
23 
24![Telegram MCP Result](screenshots/3.png)
25 
26## Contents
27 
28- [What It Can Do](#what-it-can-do)
29- [Requirements](#requirements)
30- [Quick Start](#quick-start)
31- [MCP Client Configuration](#mcp-client-configuration)
32- [Multi-Account Setup](#multi-account-setup)
33- [Device Identity](#device-identity)
34- [Proxy Support](#proxy-support)
35- [File Path Security](#file-path-security)
36- [Docker](#docker)
37- [Development](#development)
38- [Security Notes](#security-notes)
39- [Troubleshooting](#troubleshooting)
40- [License](#license)
41 
42## What It Can Do
43 
44The server currently includes 80+ MCP tools grouped into these areas:
45 
46- **Accounts:** list configured accounts and route tool calls by account label.
47- **Chats and groups:** list chats, inspect metadata, create groups/channels, join or leave chats, invite users, manage admins, bans, default permissions, slow mode, topics, invite links, common chats, read receipts, and message links.
48- **Messages:** send, schedule, edit, delete, forward, pin, unpin, mark read, reply, search, inspect context, create polls, manage reactions, inspect inline buttons, and press inline callbacks.
49- **Contacts:** list, search, add, delete, block, unblock, import, export, inspect direct chats, and find recent contact interactions.
50- **Media:** send files, download media, upload files, send voice notes, stickers, GIFs, and inspect message media.
51- **Profile and privacy:** get your own account info, update profile fields, set or delete profile photos, inspect privacy settings, get user info/photos/status, and manage bot commands.
52- **Folders and drafts:** list, create, update, reorder, and delete Telegram folders; save, list, and clear drafts.
53 
54All tool results that include Telegram user-controlled content are sanitized and, where practical, returned as structured JSON.
55 
56## Requirements
57 
58- Python 3.10+
59- Telegram API credentials from [my.telegram.org/apps](https://my.telegram.org/apps)
60- A Telegram session string or file-based session
61- An MCP client such as Claude Desktop, Cursor, or another MCP-compatible host
62- Optional: [uv](https://docs.astral.sh/uv/) for local development
63 
64## Quick Start
65 
66> Do not install this server with `uvx telegram-mcp`, `uvx --from telegram-mcp`,
67> or `pip install telegram-mcp`. The `telegram-mcp` name on PyPI is currently
68> owned by a different project and does not install this repository. Passing
69> `TELEGRAM_API_ID`, `TELEGRAM_API_HASH`, or `TELEGRAM_SESSION_STRING` to that
70> package can expose Telegram account credentials to unrelated third-party code.
71 
72### 1. Clone and Install
73 
74```bash
75git clone https://github.com/chi

Preview

chigwell/telegram-mcpchigwell/telegram-mcp
Repochigwell/telegram-mcp
TypeMCP Servers
CategoryProductivity & Workflow
UpdatedJul 2026
LicenseApache-2.0
First seenJul 27, 2026

Tags

MCPadminapi

Related

6 picks
Type
  1. homeassistant-ai avatarha-mcpComprehensive Model Context Protocol server for managing Home Assistant through AI assistants.MCP ServersJul 2026351k4.1k
  2. taylorwilsdon avatargoogle_workspace_mcpGoogle Workspace MCP server for Gmail, Drive, Calendar, Docs, Sheets, Slides, Forms, Tasks, Chat.MCP ServersJul 2026129k2.9k
  3. basicmachines-co avatarbasic-memoryLocal-first knowledge management with bi-directional LLM sync via Markdown files.MCP ServersJul 202644k3.5k
  4. mbailey avatarvoicemodeNatural voice conversations for AI assistants - STT/TTS via MCPMCP ServersJul 202638k1.3k
  5. githejie avatarmcp-server-calculatorA Model Context Protocol server for calculatingMCP ServersMay 202524k153
  6. codefuturist avataremail-mcpIMAP/SMTP email MCP server — 47 tools, IMAP IDLE push, multi-account, AI triage.MCP ServersMay 202622k83