mcpbeat Sign in

Telegram Bridge MCP Server

by antonio-castellon Your server? Claim it
local only

Telegram Bridge runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 21 Sep 2026.

Stdio MCP bridge to Telegram Bot API with scrubbing and chat allowlist.

Installs / week
pypi · mcp-telegram-bridge
0
Stars
0 open issues
21 Sep 2026
Last commit
no recent releases
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Telegram Bridge every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-telegram-bridge -- uvx mcp-telegram-bridge
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-telegram-bridge": {
      "args": [
        "mcp-telegram-bridge"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-telegram-bridge]
command = "uvx"
args = ["mcp-telegram-bridge"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-telegram-bridge": {
      "args": [
        "mcp-telegram-bridge"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-telegram-bridge": {
      "args": [
        "mcp-telegram-bridge"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Telegram Bridge

same job, measured the same way
Pally
by pally

Chat with Pally, the AI assistant in your texts and on Telegram, from any MCP-compatible AI app.

answering
MCP Telegram Bot
by daedalus

MCP server that exposes a Telegram bot

48 installs/wk local only
Assistant Mail MCP
by assistantmail

Agent email with allowlist and consent via AssistantMail.

46 installs/wk local only
Dynamic Telegram Bot API MCP
by patricktobias86

A dynamic, self-refreshing MCP gateway for the complete Telegram Bot API

80 installs/wk local only
Telegram Archive MCP
by geiserx

MCP server for Telegram Archive — search messages, browse chats, and access history

34 installs/wk local only
Telegram Slack MCP
by nileshpatil6

Read and reply to your personal Telegram chats and all your Slack workspaces.

99 installs/wk local only
TG multi-account MCP
by mesteriis

Self-hosted, consent-based access to Telegram accounts and bots for MCP clients

local only
Better Telegram MCP
by n24q02m

Telegram for AI agents: messages, chats, media, and contacts in bot and user-account modes.

2 385 installs/wk local only

Telegram Bridge — questions

Answers built from our own checks of this server.

Why is there no uptime for Telegram Bridge?
Telegram Bridge runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package mcp-telegram-bridge.
How do I connect Telegram Bridge?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mcp-telegram-bridge straight from pypi; nothing to host, nothing to sign up for.
Is Telegram Bridge open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.