Skip to content
VS Code

telegram mcp for VS Code

io.github.jgalea/telegram-mcp

Telegram MCP server: read, send, and search messages and manage chats via your account.

client:VS Code transport:stdio runtime:pypi

Install telegram mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "telegram-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "telegram-mcp-jgalea"
      ]
    }
  }
}

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

telegram mcp in other clients