PluginBench
MCP Server
Active
GPL-3.0

io.github.GeiserX/telegram-archive-mcp MCP Server

io.github.GeiserX/telegram-archive-mcp

What is the io.github.GeiserX/telegram-archive-mcp MCP server?

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

How to install io.github.GeiserX/telegram-archive-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • TELEGRAM_ARCHIVE_URL
    required

    Telegram Archive instance URL (e.g. http://localhost:3000)

  • TELEGRAM_ARCHIVE_USER

    Telegram Archive login username

  • TELEGRAM_ARCHIVE_PASS
    secret

    Telegram Archive login password

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "telegram-archive-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "telegram-archive-mcp"
      ],
      "env": {
        "TELEGRAM_ARCHIVE_URL": "<YOUR_TELEGRAM_ARCHIVE_URL>",
        "TELEGRAM_ARCHIVE_USER": "<YOUR_TELEGRAM_ARCHIVE_USER>",
        "TELEGRAM_ARCHIVE_PASS": "<YOUR_TELEGRAM_ARCHIVE_PASS>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "telegram-archive-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "telegram-archive-mcp"
      ],
      "env": {
        "TELEGRAM_ARCHIVE_URL": "<YOUR_TELEGRAM_ARCHIVE_URL>",
        "TELEGRAM_ARCHIVE_USER": "<YOUR_TELEGRAM_ARCHIVE_USER>",
        "TELEGRAM_ARCHIVE_PASS": "<YOUR_TELEGRAM_ARCHIVE_PASS>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "telegram-archive-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "telegram-archive-mcp"
      ],
      "env": {
        "TELEGRAM_ARCHIVE_URL": "<YOUR_TELEGRAM_ARCHIVE_URL>",
        "TELEGRAM_ARCHIVE_USER": "<YOUR_TELEGRAM_ARCHIVE_USER>",
        "TELEGRAM_ARCHIVE_PASS": "<YOUR_TELEGRAM_ARCHIVE_PASS>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "telegram-archive-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "telegram-archive-mcp"
      ],
      "env": {
        "TELEGRAM_ARCHIVE_URL": "<YOUR_TELEGRAM_ARCHIVE_URL>",
        "TELEGRAM_ARCHIVE_USER": "<YOUR_TELEGRAM_ARCHIVE_USER>",
        "TELEGRAM_ARCHIVE_PASS": "<YOUR_TELEGRAM_ARCHIVE_PASS>"
      }
    }
  }
}
Claude Code
claude mcp add telegram-archive-mcp --env TELEGRAM_ARCHIVE_URL=<YOUR_TELEGRAM_ARCHIVE_URL> --env TELEGRAM_ARCHIVE_USER=<YOUR_TELEGRAM_ARCHIVE_USER> --env TELEGRAM_ARCHIVE_PASS=<YOUR_TELEGRAM_ARCHIVE_PASS> -- npx -y telegram-archive-mcp

Related MCP servers

MCP server bridging GenieACS TR-069 ACS instances to LLMs for CPE device management

13
Go
GPL-3.0
View repository →

MCP server exposing Spinnaker CD platform via Gate API for pipeline and deployment management

3
Go
GPL-3.0
View repository →

MCP server for CashPilot — monitor passive income, bandwidth sharing, and DePIN earnings

2
Go
GPL-3.0
View repository →

MCP server for Duplicacy — monitor backup status and Prometheus metrics

1
Go
GPL-3.0
View repository →

MCP server for LynxPrompt — browse, search, and manage AI configuration blueprints

1
Go
GPL-3.0
View repository →

MCP server for Pumperly — query fuel prices, find stations, and plan routes

1
Go
GPL-3.0
View repository →