← All Telegram MCP connectors

Cline · VS Code

Cline Telegram MCP — Telegram inside VS Code

Register Entergram as an MCP server in Cline, the VS Code AI agent, and reach your real Telegram account from your editor — catch missed messages and clients waiting on you without breaking flow.

MCP server URL https://mcp.entergram.com/mcp

Cline loads MCP servers from inside VS Code. Add Entergram's URL to its settings and Cline can read and act on your real personal Telegram account without leaving the editor — OAuth-secured, with no bot account and no API keys.

Paste-ready configuration

cline_mcp_settings.json
{
  "mcpServers": {
    "entergram": {
      "url": "https://mcp.entergram.com/mcp"
    }
  }
}

Ask Cline about your Telegram

With your personal account connected, Cline can check Telegram without you leaving VS Code. Try:

  • «Did I miss any client messages while I was coding?»
  • «Which conversations am I forgetting to reply to?»
  • «How many leads went cold this week?»
  • «Summarize today’s client feedback.»
  • «Draft a reply to the last unanswered message and show it to me.»

Connect Cline in 3 steps

Works with the Cline extension in VS Code.

  1. 01

    Copy your MCP URL in Entergram

    In Entergram, open Settings → Workspace → Connectors → MCP and copy your MCP server URL.

  2. 02

    Add the server in Cline

    In Cline’s MCP settings (cline_mcp_settings.json), register the Entergram MCP URL: https://mcp.entergram.com/mcp.

  3. 03

    Authorize and use

    Click Connect, log in with your Entergram account, and click Allow access. Cline can now query and act on your Telegram account while you work in VS Code.

What Cline can do with your Telegram

  • Query Telegram chats from the editor
  • Surface missed messages while you work
  • Look up contacts and CRM fields inline
  • Send messages and replies with approval
  • Quantify missed opportunities and feedback
  • Build internal tools against real Telegram data

Cline + Telegram FAQ

How do I add an MCP server to Cline?
Open Cline’s MCP settings (cline_mcp_settings.json), add the Entergram MCP URL, and authorize via OAuth.
Is this a Telegram bot?
No. Entergram connects your real personal Telegram account through a hosted MCP server.
Is it secure?
Yes. OAuth 2.0 with scoped permissions; your credentials never reach the editor vendor and access is revocable.
Will it interrupt my coding flow?
No. Cline queries Telegram on demand from the command palette, so you can check missed client messages between tasks without switching apps.

Cline Telegram MCP — Telegram inside VS Code