Back to Browse

Fast Mcp Telegram MCP Server

CommunicationLow Risk10.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 3 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.

8 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

What You'll Need

Set these up before or after installing:

Telegram API ID from my.telegram.orgOptional

Environment variable: API_ID

Telegram API Hash from my.telegram.orgRequired

Environment variable: API_HASH

Server mode: stdio (local), http-no-auth (dev), http-auth (prod)Optional

Environment variable: SERVER_MODE

Custom session directory (defaults to ~/.config/fast-mcp-telegram/)Optional

Environment variable: SESSION_DIR

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-alexeyleshchenko-fast-mcp-telegram": {
      "env": {
        "API_ID": "your-api-id-here",
        "API_HASH": "your-api-hash-here",
        "SERVER_MODE": "your-server-mode-here",
        "SESSION_DIR": "your-session-dir-here"
      },
      "args": [
        "fast-mcp-telegram"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!

Fast Mcp Telegram MCP Server - Multi-tenant Telegram gateway for AI agents — HTTP+stdio, 8 | MCP Marketplace