Skip to main content
Glama

weather-mcp-server

Servidor MCP meteorológico

Un servidor de Protocolo de Contexto de Modelo (MCP) para datos meteorológicos, desarrollado con FastAPI y el framework MCP. Este servidor proporciona diversas herramientas meteorológicas que los asistentes de IA pueden usar para obtener información sobre las condiciones meteorológicas actuales, pronósticos, datos de calidad del aire y más.

Características

  • Condiciones meteorológicas actuales
  • Previsiones meteorológicas (1-14 días)
  • Datos meteorológicos históricos
  • alertas meteorológicas
  • Información sobre la calidad del aire
  • Datos astronómicos (amanecer, atardecer, fases lunares)
  • Búsqueda de ubicación
  • Información de zona horaria
  • eventos deportivos

Requisitos

Instalación

Instalación mediante herrería

Para instalar Weather Data Server para Claude Desktop automáticamente a través de Smithery :

npx -y @smithery/cli install @devilcoder01/weather-mcp-server --client claude

Instalación manual

  1. Clonar este repositorio:
    git clone https://github.com/yourusername/Weather_mcp_server.git cd Weather_mcp_server
  2. Instalar dependencias usando uv:
    uv venv uv pip install -e .
  3. Cree un archivo .env en la raíz del proyecto con su clave WeatherAPI:
    WEATHER_API_KEY=your_api_key_here

Uso

Ejecutar el servidor:

python main.py

El servidor se iniciará en http://localhost:8000 de forma predeterminada.

Licencia

Este proyecto está licenciado bajo la licencia MIT: consulte el archivo de LICENCIA para obtener más detalles.

-
security - not tested
A
license - permissive license
-
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.

servidor meteorológico mcp

  1. Características
    1. Requisitos
      1. Instalación
        1. Instalación mediante herrería
        2. Instalación manual
      2. Uso
        1. Licencia

          Related MCP Servers

          • -
            security
            F
            license
            -
            quality
            This SSE-based MCP server allows users to connect and interact with National Weather Service APIs to retrieve weather alerts and forecasts.
            Last updated -
            90
            Python
          • 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
            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
          • -
            security
            A
            license
            -
            quality
            An MCP server that connects to OpenWeatherMap's API to provide current weather data and multi-day forecasts for locations worldwide in different measurement units.
            Last updated -
            12
            TypeScript
            MIT License

          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/devilcoder01/weather-mcp-server'

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