Skip to content
Zed

WillyWeather MCP by UnClick for Zed

io.github.malamutemayhem/willyweather

Australian weather, surf, and tide forecasts from WillyWeather. By UnClick.

client:Zed transport:stdio runtime:npm

Install WillyWeather MCP by UnClick in Zed

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

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

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

WillyWeather MCP by UnClick in other clients