Weather MCP Server for VS Code
io.github.isdaniel/mcp_weather_server
providing weather information, air quality data, and timezone utilities using the Open-Meteo API.
client:VS Code
transport:stdio
runtime:pypi
Install Weather MCP Server in VS Code
.vscode/mcp.json
{
"servers": {
"mcp_weather_server": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-weather-server"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs