← Index

io.github.leshchenko1979/fast-mcp-telegram

io.github.leshchenko1979/fast-mcp-telegram·v0.5.0·Chat & Messaging
Quality Score
65
/100

Telegram MCP server with search and messaging capabilities

§01  Install
Claude Desktop (uvx)
{
  "mcpServers": {
    "fast-mcp-telegram": {
      "command": "uvx",
      "args": [
        "fast-mcp-telegram"
      ],
      "env": {
        "API_ID": "<api_id>",
        "API_HASH": "<your-api_hash>",
        "SERVER_MODE": "stdio",
        "SESSION_DIR": "<session_dir>"
      }
    }
  }
}
§02  Environment variables
API_ID
required

Telegram API ID (from https://my.telegram.org/apps)

API_HASH
requiredsecret

Telegram API Hash (from https://my.telegram.org/apps)

SERVER_MODE

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

SESSION_DIR

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

§03  MCP Quality Score  ·  methodology
freshness
10
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Chat & Messaging