Skip to content
Zed

timezone mcp for Zed

io.github.mukundakatta/timezone-mcp

IANA timezone conversions with real DST rules.

client:Zed transport:stdio runtime:npm

Install timezone mcp in Zed

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

{
  "context_servers": {
    "timezone-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@mukundakatta/timezone-mcp"
      ]
    }
  }
}

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

timezone mcp in other clients