提交

Telegram

@kdoronin

概览

what is Telegram MCP?

Telegram MCP is a server designed to work with the Telegram API through the Model Context Protocol (MCP), enabling AI agents and other MCP clients to interact seamlessly with Telegram.

how to use Telegram MCP?

To use Telegram MCP, clone the repository from GitHub, install the necessary dependencies, configure your API credentials in the .env file, and run the server using npm or Node.js.

key features of Telegram MCP?

  • Integration with Telegram API for AI agents
  • Tools for managing dialogs and messages
  • Support for executing arbitrary Telegram API methods
  • Session management for user authentication

use cases of Telegram MCP?

  1. Automating responses in Telegram chats using AI.
  2. Building chatbots that can send and receive messages.
  3. Integrating Telegram functionalities into other applications.

FAQ from Telegram MCP?

  • What are the requirements to run Telegram MCP?

You need Node.js 14+, npm, and a valid API ID and API Hash from Telegram.

  • How do I get my API ID and API Hash?

You can obtain them by creating a new application at my.telegram.org.

  • Is there a way to run the server globally?

Yes, you can install the package globally and run it from anywhere.

服务器配置

{
  "mcpServers": {
    "Telegram": {
      "command": "node",
      "args": [
        "/Users/dka/Documents/Solo/git/telegram_mcp/mcp-server.js"
      ]
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.