Skip to content
Claude Desktop

fast mcp telegram for Claude Desktop

io.github.alexeyleshchenko/fast-mcp-telegram

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

client:Claude Desktop transport:stdio runtime:pypi

Install fast mcp telegram in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "fast-mcp-telegram": {
      "command": "uvx",
      "args": [
        "fast-mcp-telegram"
      ],
      "env": {
        "API_ID": "<API_ID>",
        "API_HASH": "<API_HASH>",
        "SERVER_MODE": "<SERVER_MODE>",
        "SESSION_DIR": "<SESSION_DIR>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

fast mcp telegram in other clients