Loading MCP server directory, please wait...
MCP server exposing AEMET (Spanish weather agency) forecasts, station data and warnings.
npx @getmcp/cli add io.github.mmillan76/aemet-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
AEMET_API_KEYFree AEMET OpenData API key. Request one at https://opendata.aemet.es/centrodedescargas/altaUsuario
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.mmillan76/aemet-mcp": {
"command": "npx",
"args": [
"-y",
"@mmillan76/aemet-mcp"
],
"env": {
"AEMET_API_KEY": ""
}
}
}
}