✈️

Telegram MCP

Send messages, media, and automate bot interactions via the Telegram Bot API.

SSE PROTOCOL URLStable
https://mcppure.shraj.workers.dev/mcp-server/telegram

Use this URL in your MCP client settings (SSE transport).

Telegram MCP Server

The Telegram MCP server allows AI agents to interact with the Telegram messaging platform using a Bot Token.

Features

Configuration

Add the following to your MCP client configuration:

json
{
  "mcpServers": {
    "telegram": {
      "url": "https://mcppure.shraj.workers.dev/mcp-server/telegram",
      "headers": {
        "x-telegram-bot-token": "your-bot-token"
      }
    }
  }
}

How to get Credentials

  1. BotFather: Message @BotFather on Telegram.
  2. Create Bot: Use the /newbot command and follow the instructions.
  3. API Token: Copy the API token provided at the end of the process.

Tools

Messaging

Bot & Chat Info