Weather for VS Code
io.github.pipeworx-io/weather
Weather MCP — wraps Open-Meteo API (free, no auth)
client:VS Code
transport:streamable-http
Install Weather in VS Code
.vscode/mcp.json
{
"servers": {
"weather": {
"type": "http",
"url": "https://gateway.pipeworx.io/weather/mcp"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs