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_URLrequiredTelegram Archive instance URL (e.g. http://localhost:3000)
TELEGRAM_ARCHIVE_USERTelegram Archive login username
TELEGRAM_ARCHIVE_PASSsecretTelegram 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-mcpRelated MCP servers
MCP server bridging GenieACS TR-069 ACS instances to LLMs for CPE device management
13
View repository →Go
GPL-3.0
MCP server exposing Spinnaker CD platform via Gate API for pipeline and deployment management
3
View repository →Go
GPL-3.0
MCP server for CashPilot — monitor passive income, bandwidth sharing, and DePIN earnings
2
View repository →Go
GPL-3.0
MCP server for LynxPrompt — browse, search, and manage AI configuration blueprints
1
View repository →Go
GPL-3.0
MCP server for Pumperly — query fuel prices, find stations, and plan routes
1
View repository →Go
GPL-3.0