Skip to content
Zed

telegram mcp for Zed

io.github.jgalea/telegram-mcp

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

client:Zed transport:stdio runtime:pypi

Install telegram mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "telegram-mcp": {
      "command": "uvx",
      "args": [
        "telegram-mcp-jgalea"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

telegram mcp in other clients