Skip to content
VS Code

Weather Data MCP Server for VS Code

io.github.dgahagan/weather-mcp

17 weather tools, no API keys: forecasts, alerts, air quality, marine, radar, lightning, wildfires

client:VS Code transport:stdio runtime:npm

Install Weather Data MCP Server in VS Code

.vscode/mcp.json

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

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

Weather Data MCP Server in other clients