Connect your AI assistant to 36 real-time weather tools for Spain — powered by AEMET OpenData
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"aemet-mcp-server": {
"command": "npx",
"args": [
"-y",
"hgboro/aemet-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add aemet-mcp-server npx -y hgboro/aemet-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"aemet-mcp-server": {
"command": "npx",
"args": [
"-y",
"hgboro/aemet-mcp-server"
]
}
}
}