TChat MCP Server
Provides tools for interacting with Telegram, enabling listing chats, reading messages, and sending messages through the Telegram platform.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@TChat MCP Serverread my latest messages from the Design team chat"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
TChat
A self-hostable Telegram Web A fork with a proxy-aware browser client, BYOK AI, and a browser-bound MCP bridge.
TChat keeps Telegram access in the authenticated browser session while adding
an optional proxy, AI assistant, transcription integration, and one canonical
MCP surface for chats, read, and send.
Install
git clone https://github.com/meanwebuser/telegram-tt-beauty.git
cd telegram-tt-beauty/release
cp .env.example .env
cp proxy.env.example proxy.env
# Set TELEGRAM_UPSTREAM_PROXY in proxy.env.
docker compose --env-file .env -f compose.yaml pull
docker compose --env-file .env -f compose.yaml up -dOpen http://127.0.0.1:8080/. For a public deployment, put a TLS reverse
proxy in front of the web container and keep the proxy routes on the same
origin.
Related MCP server: telegram-mcp
Included
Telegram Web A client with GramJS and proxy-aware WebSocket transport.
BYOK AI assistant with optional synchronized history.
Browser-bound MCP tools:
chats,read, andsend.Optional OpenAI-compatible Whisper transcription proxy.
Static
distartifact for Vercel, CDN, or nginx deployments.
Learn more
This project is a fork and is not an official Telegram distribution.
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceEnables AI assistants to send messages and interact with Telegram chats through MCP tools, with support for user management, conversation history, and bot command handling.1
- Alicense-qualityCmaintenanceAn MCP server that enables interaction with Telegram to send, read, and search messages across chats and dialogs. It supports waiting for incoming messages and retrieving conversation history through natural language commands.104MIT
- Alicense-qualityBmaintenanceEnables AI agents to interact with Telegram accounts through MCP, supporting messaging, contacts, groups, media, and admin functions.4Apache 2.0
- Alicense-qualityCmaintenanceConnects AI tools to Telegram via MCP, enabling reading chats, sending messages, managing groups, and more using your own account.5MIT
Related MCP Connectors
Telegram bridge for your MCP-compatible agent. Bidirectional, no LLM in our stack.
Search your AI chat history (ChatGPT, Claude, Codex) from any MCP client. Remote, private, read-only
Live browser debugging for AI assistants — DOM, console, network via MCP.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/meanwebuser/telegram-tt-beauty'
If you have feedback or need assistance with the MCP directory API, please join our Discord server