mcpbeat Sign in

Telegram Managed Bot Factory MCP Server

local only

Telegram Managed Bot Factory runs on your own machine — the client starts it, so there is no endpoint to ping. 194 installs a week from pypi. Last commit 6 Sep 2026.

Provision owner-confirmed isolated Telegram Managed Bot instances.

Installs per day peak 1 325 · avg 130 · -39% w/w
a month agotoday
194
Installs / week
pypi · telegram-managed-bot-factory
0
Stars
4 open issues
6 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 17 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.

            process = subprocess.Popen(  # noqa: S603 - fixed interpreter and module

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

Alternatives to Telegram Managed Bot Factory

same job, measured the same way
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
Kommo
by mcp-dir

Kommo CRM (formerly amoCRM), the conversation-first sales CRM (WhatsApp, Instagram, Telegram) used b

48 tools answering
Consentgate MCP
by jessepetersondev

Gate AI agent actions behind a consent policy with human approval via Telegram. Fail-closed.

23 installs/wk local only
Telegram MCP Server
by tolboy

Local-first TDLib Telegram MCP server with 110 tools, account isolation and production guardrails.

local only
Oracle H
by tponscr-debug

Human approval gate for AI agents. Critical actions approved or rejected by a human via Telegram.

20 installs/wk local only
MCP Telegram Bot
by daedalus

MCP server that exposes a Telegram bot

48 installs/wk local only
Telethon Plus
by psyb0t

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

local only
WSENDER
by wsender

Manage WhatsApp, Telegram and MAX mailings: audiences, drafts, moderation and sending.

answering

Telegram Managed Bot Factory — questions

Answers built from our own checks of this server.

Why is there no uptime for Telegram Managed Bot Factory?
Telegram Managed Bot Factory 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 telegram-managed-bot-factory was installed 194 times last week.
How do I connect Telegram Managed Bot Factory?
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 telegram-managed-bot-factory straight from pypi; nothing to host, nothing to sign up for.
How many people use Telegram Managed Bot Factory?
The pypi package telegram-managed-bot-factory was installed 194 times in the last week. Week over week that is -39%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Telegram Managed Bot Factory open source?
Yes — it is published under the MIT licence, written in Python, 0 stars on GitHub and 4 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.