WeatherMCP for VS Code
io.github.therealmrfunguy/weather-mcp
Weather forecasts, current conditions, and location search via Open-Meteo.
client:VS Code
transport:sse
Install WeatherMCP in VS Code
.vscode/mcp.json
{
"servers": {
"weather-mcp": {
"type": "sse",
"url": "https://weather.rjctdlabs.xyz/sse"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs