T

Telegram MCP

Send and receive Telegram messages via the Bot API.

Telegram·No reviews yet
Repo Docs
Share:

About

Interact with the Telegram Bot API to send messages, files, and rich media to channels, groups, or direct conversations. Supports inline keyboards, callback queries, and long-polling for incoming updates. Perfect for personal notification agents, alerting pipelines, and multi-channel assistants.

Example tools

Illustrative tool names — the actual tool set is defined by the server at runtime.

send_message
Post a message to a channel or user
list_channels
List channels the bot can access
search_messages
Search messages by query and date range

Screenshots

No screenshots yet.

Install Telegram MCP

Claude Desktop

Add this to claude_desktop_config.json.

{
  "mcpServers": {
    "telegram": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-telegram"
      ]
    }
  }
}

Cursor

Add this to ~/.cursor/mcp.json.

{
  "mcpServers": {
    "telegram": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-telegram"
      ]
    }
  }
}

VS Code

Add this to your workspace settings.json.

{
  "mcp.servers": {
    "telegram": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-telegram"
      ]
    }
  }
}

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.