Skip to content
Grok

telegram mcp for Grok

io.github.shreyas-profile/telegram-mcp

Telegram bridge for your MCP-compatible agent. Bidirectional, no LLM in our stack.

client:Grok transport:streamable-http

Install telegram mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "telegram-mcp": {
      "type": "http",
      "url": "https://telegram.regiq.in/api/mcp"
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

telegram mcp in other clients