Skip to main content
Glama
meanwebuser

TChat MCP Server

by meanwebuser

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 -d

Open 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, and send.

  • Optional OpenAI-compatible Whisper transcription proxy.

  • Static dist artifact for Vercel, CDN, or nginx deployments.

Learn more

This project is a fork and is not an official Telegram distribution.

A
license - permissive license
-
quality - not tested
-
maintenance - not tested

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

  • A
    license
    -
    quality
    C
    maintenance
    An 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.
    10
    4
    MIT
  • A
    license
    -
    quality
    B
    maintenance
    Enables AI agents to interact with Telegram accounts through MCP, supporting messaging, contacts, groups, media, and admin functions.
    4
    Apache 2.0
  • A
    license
    -
    quality
    C
    maintenance
    Connects AI tools to Telegram via MCP, enabling reading chats, sending messages, managing groups, and more using your own account.
    5
    MIT

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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