mcpbeat Sign in

Dynamic Telegram Bot API MCP Server

by patricktobias86 Your server? Claim it
local only

Dynamic Telegram Bot API MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 541 installs a week from npm. Last commit 10 Sep 2026.

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

Installs per day peak 172 · avg 29 · -94% w/w
a month agotoday
541
Installs / week
npm · dynamic-telegram-bot-api-mcp
0
Stars
0 open issues
10 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 19 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Sends data to a third-party sink src/config.ts:11
  TELEGRAM_API_BASE_URL: z.string().url().default("https://api.telegram.org"),

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 dynamic-telegram-bot-api-mcp -- npx -y dynamic-telegram-bot-api-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "dynamic-telegram-bot-api-mcp": {
      "args": [
        "-y",
        "dynamic-telegram-bot-api-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.dynamic-telegram-bot-api-mcp]
command = "npx"
args = ["-y", "dynamic-telegram-bot-api-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "dynamic-telegram-bot-api-mcp": {
      "args": [
        "-y",
        "dynamic-telegram-bot-api-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "dynamic-telegram-bot-api-mcp": {
      "args": [
        "-y",
        "dynamic-telegram-bot-api-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: TELEGRAM_BOT_TOKEN (Telegram Bot API token from @BotFather). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Dynamic Telegram Bot API MCP

same job, measured the same way
aiogram-mcp
by py2755

MCP server for aiogram Telegram bots — 30 tools, 7 resources, 3 prompts, event streaming

143 installs/wk local only
MCP Telegram Bot
by daedalus

MCP server that exposes a Telegram bot

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

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

local only
Fast MCP Telegram
by leshchenko1979

Multi-tenant Telegram gateway for AI agents — HTTP+stdio, 8 tools, MTProto User API

730 installs/wk 8 tools answering
Fast MCP Telegram
by alexeyleshchenko

Multi-tenant Telegram gateway for AI agents — HTTP+stdio, 8 tools, MTProto User API

local only
Discord MCP
by jaimenbell

MCP server for the Discord REST API: 5 read tools always on, 7 write tools env-gated, default off.

91 installs/wk local only
AgentCanary
by mrcerq

Retired compatibility stub for AgentCanary MCP. Daily briefs continue on X and Telegram.

67 installs/wk local only
Telethon Plus
by psyb0t

Self-hosted MCP server: Telegram userbot control (Telethon) via HTTP and MCP.

local only

Dynamic Telegram Bot API MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Dynamic Telegram Bot API MCP?
Dynamic Telegram Bot API MCP 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 npm package dynamic-telegram-bot-api-mcp was installed 541 times last week.
How do I connect Dynamic Telegram Bot API MCP?
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 dynamic-telegram-bot-api-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Dynamic Telegram Bot API MCP?
The npm package dynamic-telegram-bot-api-mcp was installed 541 times in the last week. Week over week that is -94%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Dynamic Telegram Bot API MCP open source?
Yes — it is published under the MIT licence, written in TypeScript 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.