Skip to content
VS Code

weather mcp for VS Code

io.github.mrfentmen/weather-mcp

Unified weather server: NWS forecasts and alerts, USGS earthquakes, and FEMA disasters.

client:VS Code transport:stdio runtime:npm

Install weather mcp in VS Code

.vscode/mcp.json

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

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

weather mcp in other clients