Skip to content

sunrise sunset mcp for Zed

io.github.mrfentmen/sunrise-sunset-mcp

Sunrise, sunset, and twilight times for any location. No key required.

client:Zed transport:stdio runtime:npm

Install sunrise sunset mcp in Zed

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

{
  "context_servers": {
    "sunrise-sunset-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "sunrise-sunset-mcp"
      ]
    }
  }
}

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

sunrise sunset mcp in other clients