aemet mcp for Claude Desktop
io.github.jocarrd/aemet-mcp
MCP server for AEMET: Spain's official forecasts, warnings, observations and climate data.
client:Claude Desktop
transport:stdio
runtime:npm
Install aemet mcp in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"aemet-mcp": {
"command": "npx",
"args": [
"-y",
"aemet-mcp"
],
"env": {
"AEMET_API_KEY": "<AEMET_API_KEY>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs