Skip to content

ChatGPT

ChatGPT supports MCP servers through its desktop app.

Setup

  1. Open ChatGPT Desktop settings
  2. Navigate to the MCP/tools section
  3. Add MCP Telegram:
json
{
  "telegram": {
    "command": "/path/to/mcp-telegram",
    "env": {
      "TELEGRAM_API_ID": "YOUR_ID",
      "TELEGRAM_API_HASH": "YOUR_HASH"
    }
  }
}
json
{
  "telegram": {
    "command": "npx",
    "args": ["@overpod/mcp-telegram"],
    "env": {
      "TELEGRAM_API_ID": "YOUR_ID",
      "TELEGRAM_API_HASH": "YOUR_HASH"
    }
  }
}
  1. Login via terminal first
  2. Restart ChatGPT Desktop

Cloud Version

For the easiest ChatGPT setup, use the cloud version — connect with a QR code in 30 seconds, no local setup needed.

Released under the MIT License.