Skip to content
VS Code

WillyWeather MCP by UnClick for VS Code

io.github.malamutemayhem/willyweather

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

client:VS Code transport:stdio runtime:npm

Install WillyWeather MCP by UnClick in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

WillyWeather MCP by UnClick in other clients