Skip to content
Windsurf

weather mcp for Windsurf

io.github.mrfentmen/weather-mcp

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

client:Windsurf transport:stdio runtime:npm

Install weather mcp in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

weather mcp in other clients