Skip to content
VS Code

telegram mcp for VS Code

io.github.shreyas-profile/telegram-mcp

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

client:VS Code transport:streamable-http

Install telegram mcp in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

telegram mcp in other clients