Skip to content
Windsurf

weather mcp server for Windsurf

io.github.kushknows/weather-mcp-server

An MCP server that provides weather data

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": {
    "weather-mcp-server": {
      "command": "uvx",
      "args": [
        "weather-mcp-server-test"
      ]
    }
  }
}

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

weather mcp server in other clients