AEMET for Windsurf
io.github.mmillan76/aemet-mcp
MCP server exposing AEMET (Spanish weather agency) forecasts, station data and warnings.
client:Windsurf
transport:stdio
runtime:npm
Install AEMET in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"aemet-mcp": {
"command": "npx",
"args": [
"-y",
"@mmillan76/aemet-mcp"
],
"env": {
"AEMET_API_KEY": "<AEMET_API_KEY>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs