Servidor MCP de WeatherAPI
Un servidor MCP que proporciona datos actuales sobre el clima y la calidad del aire mediante WeatherAPI.
Características
- Obtenga datos meteorológicos actuales para cualquier ciudad
- Información sobre la calidad del aire (opcional)
- Compatibilidad con URI dinámicos para recursos meteorológicos
- Fácil integración con n8n, Claude Desktop App, Windsurf IDE, Cursor IDE y otros clientes MCP
Empezando
Obtener la clave WeatherAPI
- Vaya a WeatherAPI.com
- Regístrese para obtener una cuenta gratuita
- Después de iniciar sesión, vaya a su panel de control.
- Copia tu clave API desde la sección "Claves API"
Configuración de MCP
Agregue la siguiente configuración a su archivo de configuración Windsurf MCP:
Reemplace YOUR_API_KEY_HERE
con la clave API que obtuvo de WeatherAPI.com.
Herramientas
obtener_el_clima
Obtenga datos meteorológicos actuales para una ciudad específica.
Parámetros:
location
(cadena): nombre de la ciudad
Ejemplo de respuesta:
Repositorio
Licencia
Instituto Tecnológico de Massachusetts (MIT)
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Proporciona datos actuales sobre el clima y la calidad del aire para cualquier ciudad mediante WeatherAPI, integrándose fácilmente con clientes MCP como n8n y Claude Desktop App.
Related MCP Servers
- -securityAlicense-qualityProvides real-time weather data, forecasts, and historical weather information from OpenWeatherMap API for Claude Desktop, enabling natural language queries about current conditions, forecasts, air quality, and weather alerts worldwide.Last updated -PythonMIT License
- AsecurityAlicenseAqualityAn MCP server that provides real-time weather information including temperature, humidity, wind speed, and sunrise/sunset times through the OpenWeatherMap API.Last updated -1PythonMIT License
- -securityFlicense-qualityA simple MCP service that allows users to query weather conditions for cities worldwide through the Cursor AI assistant.Last updated -JavaScript
- -securityFlicense-qualityAn MCP server implementation that allows users to fetch and display weather information for specified cities, including temperature, humidity, wind speed, and weather descriptions.Last updated -Python