mcpbeat Sign in
I

TG multi-account MCP Server

by mesteriis Your server? Claim it
local only

TG multi-account MCP runs on your own machine — the client starts it, so there is no endpoint to ping.

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

Installs / week
pypi · tg-account-mcp
Stars
on GitHub
Last commit
no recent releases
License
language unknown

Nothing serious here today

Today is the operative word: we check TG multi-account MCP 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 tg-account-mcp -- uvx tg-account-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "tg-account-mcp": {
      "args": [
        "tg-account-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.tg-account-mcp]
command = "uvx"
args = ["tg-account-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "tg-account-mcp": {
      "args": [
        "tg-account-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "tg-account-mcp": {
      "args": [
        "tg-account-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: TG_MCP_STATE_DIR (Private directory initialized with tg-mcp setup). The author declared them in the registry entry; get the values from the project itself.

Alternatives to TG multi-account MCP

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
Telethon Plus
by psyb0t

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

local only
Telegram Archive MCP
by geiserx

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

47 installs/wk local only
Mailbox
by psyb0t

Self-hosted MCP server for unified IMAP/SMTP mailbox access: read, list, and send email.

local only
Telegram MCP
by jgalea

Telegram MCP server: read, send, and search messages and manage chats via your account.

90 installs/wk local only
Forkflux MCP
by forkflux

Self-hosted multi-agent collaboration and audit layer for AI-assisted engineering teams

143 installs/wk local only
Contexter
by maaakso

Share one project context across ChatGPT, Claude, Telegram and any MCP client.

answering
Multi-account MCP for Gmail, Calendar, Drive, Docs, and Sheets — 61 tools, token
by adelaidasofia

Multi-account MCP for Gmail, Calendar, Drive, Docs, and Sheets — 61 tools, token-efficient, macOS…

local only

TG multi-account MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for TG multi-account MCP?
TG multi-account 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 pypi package tg-account-mcp.
How do I connect TG multi-account 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 tg-account-mcp straight from pypi; nothing to host, nothing to sign up for.