Skip to content

Telegram

Free

by MCP Community

MCP server for scraping Telegram public channels and groups

v0.3.0Added Apr 12, 2026
mcptelegramscrapermodel-context-protocol
Works with:ClaudeGPTGeminiCopilot

Telegram MCP Server

MCP server for scraping Telegram public channels and groups

Installation

npx -y @iflow-mcp/telegram-mcp-server

Reviews

Leave a Review

Installation

Quick install
npx -y @iflow-mcp/telegram-mcp-server
Add to claude_desktop_config.json
{
  "mcpServers": {
    "telegram": {
      "command": "npx",
      "args": ["-y", "@iflow-mcp/telegram-mcp-server"]
    }
  }
}