Skip to content
Windsurf

Weather MCP Server for Windsurf

io.github.isdaniel/mcp_weather_server

providing weather information, air quality data, and timezone utilities using the Open-Meteo API.

client:Windsurf transport:stdio runtime:pypi

Install Weather MCP Server in Windsurf

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

{
  "mcpServers": {
    "mcp_weather_server": {
      "command": "uvx",
      "args": [
        "mcp-weather-server"
      ]
    }
  }
}

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

Weather MCP Server in other clients