Weather Data MCP Server for Windsurf
io.github.dgahagan/weather-mcp
17 weather tools, no API keys: forecasts, alerts, air quality, marine, radar, lightning, wildfires
client:Windsurf
transport:stdio
runtime:npm
Install Weather Data MCP Server in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"weather-mcp": {
"command": "npx",
"args": [
"-y",
"@dangahagan/weather-mcp"
]
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs