Skip to content
Windsurf

weather mcp server for Windsurf

io.github.jaredco-ai/weather-mcp-server

Fast - accurate weather conditions and forecasts by city or coordinates.

client:Windsurf transport:stdio runtime:npm

Install weather mcp server in Windsurf

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

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

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

weather mcp server in other clients