AEMET-MCP
AEMET-MCP. Integración mediante MCP con la API de AEMET.
DISTRIBUCIONES
Herrería
Glamour
MseeP
Related MCP server: Weather MCP
DESCRIPCIÓN
AEMET es la Agencia Estatal de Meteorología de España.
Aemet-mcp le permite recuperar datos climáticos históricos e información meteorológica de la API de AEMET directamente desde Claude AI y otros clientes compatibles con MCP, utilizando el Protocolo de Contexto de Modelo (MCP) .
Aemet-mcp es un servidor MCP que expone herramientas que permiten a los LLM consultar datos de estaciones meteorológicas de toda España.
Incluye el manejo seguro de claves API y archivos JSON de recursos para utilizar datos de respaldo.
CARACTERÍSTICAS CLAVE
Consulta de valores históricos diarios (temperatura, viento, precipitación, etc.)
Acceso a resúmenes climáticos mensuales por estación.
Filtrado por año, mes y código de estación AEMET.
Consulta las condiciones de la playa, incluidos los índices de radiación ultravioleta.
Respuestas listas para usar en formato JSON.
INSTALACIÓN
Instalación mediante herrería
Para instalar automáticamente el servidor de datos meteorológicos AEMET para Claude Desktop a través de Smithery :
npx -y @smithery/cli install @AnCode666/aemet-mcp --client claudeInstalar con uv
Prerrequisitos
Python 3.10 o superior.
gestor de paquetes uv .
Instalación de uv
El primer paso es instalar uv , un administrador de paquetes para Python.
Se puede instalar desde la línea de comandos .
En macOS y Linux:
curl -LsSf https://astral.sh/uv/install.sh | shEn Windows:
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"También puedes instalarlo con pip:
pip install uvPara obtener más información sobre la instalación de uv, visita la documentación de uv .
INTEGRACIÓN CON CLIENTES COMO CLAUDE DESKTOP
Una vez instalado uv podrás utilizar el servidor MCP desde cualquier cliente compatible como Claude for Desktop, en cuyo caso los pasos a seguir son:
Vaya a Claude > Configuración > Desarrollador > Editar configuración >
claude_desktop_config.jsonAgregue el siguiente bloque dentro de
"mcpServers":
"aemet_mcp_": {
"command": "uvx",
"args": [
"aemet_mcp"
],
"env": {
"AEMET_API_KEY": "YOUR_AEMET_API_KEY"
}
}Obtenga una clave API gratuita de AEMET en: https://opendata.aemet.es/centrodedescargas/altaUsuario
Reemplace
YOUR_AEMET_API_KEYcon su clave API real (deje las comillas).Si ya tiene otro servidor MCP configurado, separe cada uno con una coma
,.
En general, para integrarlo en cualquier otro cliente compatible con MCP, como Cursor, CODEGPT o Roo Code, simplemente vaya a la configuración del servidor MCP de su cliente y agregue el mismo bloque de código.
EJEMPLOS DE USO
Una vez configurado correctamente, puedes preguntar cosas como:
- "What's the weather like in Seville?"
- "Tell me the radiation levels at Maspalomas beach for tomorrow"
- "Give me the historical rainfall data for Albacete between January 1st, 2020 and February 1st, 2020"Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceA Model Context Protocol (MCP) server built with the mcp-framework to provide weather-related tools and data to AI clients. It enables integration of weather capabilities and custom tools into the MCP ecosystem for use with platforms like Claude Desktop.17
- Alicense-qualityDmaintenanceA MCP server for querying real-time weather information for any city worldwide using the free Open-Meteo API, supporting CLI and integration with AI clients like Claude and Cursor.15MIT
- Flicense-qualityCmaintenanceAn MCP server that provides current weather conditions and forecasts via OpenWeatherMap API to AI agents.
- Flicense-qualityCmaintenanceAn MCP server that enables AI assistants to answer Mexico weather questions using official government data, resolving municipality names via INEGI and fetching forecasts from CONAGUA/SMN.
Related MCP Connectors
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
MCP server for AI dialogue using various LLM models via AceDataCloud
Augments MCP Server - A comprehensive framework documentation provider for Claude Code
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/AnCode666/aemet-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server