Skip to content

weather mcp server for Zed

io.github.jaredco-ai/weather-mcp-server

Fast - accurate weather conditions and forecasts by city or coordinates.

client:Zed transport:stdio runtime:npm

Install weather mcp server in Zed

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

{
  "context_servers": {
    "weather-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@jaredco/weather-mcp-server"
      ]
    }
  }
}

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

weather mcp server in other clients