Skip to content

Telegram

Free

by MCP Community

A MCP server for Telegram.

v0.1.4Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Telegram MCP Server

A MCP server for Telegram.

Installation

npx -y @iqai/mcp-telegram

Reviews

Leave a Review

Installation

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