Skip to main content
Glama

WeatherAPI MCP Server

by swonixs

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

  1. Vaya a WeatherAPI.com
  2. Regístrese para obtener una cuenta gratuita
  3. Después de iniciar sesión, vaya a su panel de control.
  4. 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:

{ "mcpServers": { "weather": { "command": "npx", "args": ["-y", "@swonixs/weatherapi-mcp"], "env": { "WEATHER_API_KEY": "YOUR_API_KEY_HERE" } } } }

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:

{ "location": "London", "country": "United Kingdom", "temp_c": 15.0, "condition": "Partly cloudy", "humidity": 71, "wind_kph": 14.4, "air_quality": { "co": 230.3, "no2": 13.5, "o3": 52.9, "pm2_5": 8.5, "pm10": 12.1, "us-epa-index": 1 } }

Repositorio

Servidor MCP de WeatherAPI

Licencia

Instituto Tecnológico de Massachusetts (MIT)

-
security - not tested
F
license - not found
-
quality - not tested

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.

  1. Características
    1. Empezando
      1. Obtener la clave WeatherAPI
      2. Configuración de MCP
      3. Herramientas
      4. Repositorio
    2. Licencia

      Related MCP Servers

      • -
        security
        A
        license
        -
        quality
        Provides 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 -
        Python
        MIT License
      • A
        security
        A
        license
        A
        quality
        An MCP server that provides real-time weather information including temperature, humidity, wind speed, and sunrise/sunset times through the OpenWeatherMap API.
        Last updated -
        1
        Python
        MIT License
        • Linux
        • Apple
      • -
        security
        F
        license
        -
        quality
        A simple MCP service that allows users to query weather conditions for cities worldwide through the Cursor AI assistant.
        Last updated -
        JavaScript
      • -
        security
        F
        license
        -
        quality
        An 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
        • Linux
        • Apple

      View all related MCP servers

      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/swonixs/weatherapi-mcp'

      If you have feedback or need assistance with the MCP directory API, please join our Discord server