Telegram Mcp Setup
Description
Claude Code skill — interactive wizard for connecting Telegram to Claude Code via telegram-mcp
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Telegram MCP Setup Wizard
A Claude Code skill that walks you through connecting Telegram to Claude Code via [telegram-mcp](https://github.com/chigwell/telegram-mcp). Read, search, and draft messages in your Telegram chats — all from Claude.
What It Does
Interactive setup wizard that handles the entire process:
- API credentials — Guides you through my.telegram.org (optionally using Claude in Chrome browser automation)
- Session string — Four generation paths: QR code login (recommended), Python + venv, Docker, or uv
- Secure storage — Stores credentials in macOS Keychain (or env vars on Windows)
- MCP registration — Creates a launcher script and registers the server in Claude Code
- Verification — Tests the connection with
list_chats
Install
The easiest way — ask Claude Code:
Install the telegram-mcp-setup skill from https://github.com/BayramAnnakov/telegram-mcp-setup
Or download manually:
mkdir -p ~/.claude/skills/telegram-mcp-setup
curl -o ~/.claude/skills/telegram-mcp-setup/SKILL.md \
https://raw.githubusercontent.com/BayramAnnakov/telegram-mcp-setup/main/SKILL.md
Usage
In Claude Code:
/telegram-mcp-setup
After setup, install the companion [telegram-assistant](https://github.com/BayramAnnakov/telegram-mcp-setup) skill for workflows like daily digests, chat search, and writing style analysis.
Requirements
- macOS (primary) or Windows (experimental — see windows-setup.md)
- One of: Python 3.10+, Docker, or uv — for session string generation
- Optional: Claude in Chrome extension for browser-guided credential setup
How Data Flows
- telegram-mcp runs locally on your machine and fetches messages from Telegram servers.
- When Claude processes those messages (summarize, search, draft replies), the message content is sent to Anthropic's API — sam
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11