Skip to main content
Glama
Yaseen-md

Weather MCP Server

by Yaseen-md

Weather MCP Server

CI License: MIT

Un servidor estándar de Model Context Protocol (MCP) que proporciona pronósticos meteorológicos en tiempo real basados en nombres de ciudades utilizando la API de Open-Meteo.

Características

  • Geocodificación: Convierte automáticamente nombres de ciudades en coordenadas geográficas (latitud y longitud)

  • Clima en tiempo real: Obtiene la temperatura actual, la velocidad del viento y los códigos meteorológicos

  • Integración MCP: Totalmente compatible con clientes MCP como Claude Desktop

  • Cero claves API: Utiliza la API gratuita y de código abierto de Open-Meteo: ¡no se requiere registro!

Related MCP server: Weather MCP Server

Requisitos previos

  • Node.js >= 18.x

  • npm o yarn

Instalación

  1. Clona el repositorio:

git clone https://github.com/Yaseen-md/weather-mcp-server.git
cd weather-mcp-server
  1. Instala las dependencias:

npm install
  1. Compila el servidor:

npm run build

Desarrollo

Ejecuta el servidor directamente sin compilar:

npm run dev

Integración con Claude Desktop

Para usar este servidor meteorológico con Claude Desktop, debes configurar tu archivo claude_desktop_config.json.

Mac: ~/Library/Application Support/Claude/claude_desktop_config.json Windows: %APPDATA%\Claude\claude_desktop_config.json

Añade la siguiente configuración:

{
  "mcpServers": {
    "weather": {
      "command": "node",
      "args": [
        "C:/path/to/your/weather-mcp-server/build/index.js"
      ]
    }
  }
}

(Asegúrate de reemplazar la ruta con la ruta absoluta real de tu archivo index.js compilado.)

Herramientas disponibles

get_weather

Obtiene el clima actual de una ciudad especificada.

Parámetros de entrada:

  • city (cadena): El nombre de la ciudad (p. ej., "Delhi", "Tokyo", "London", "San Francisco")

Resultados: Temperatura en grados Celsius, velocidad del viento y código meteorológico.

Licencia

Este proyecto está licenciado bajo la Licencia MIT.

Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables AI assistants to fetch current weather conditions and forecasts for any city using the Open-Meteo API. Provides temperature, precipitation, and hourly forecast data through natural language queries.
  • F
    license
    B
    quality
    D
    maintenance
    Enables real-time weather information and forecasts using the Open-Meteo API. Provides current weather conditions and forecast data for any location specified by latitude and longitude coordinates.
    1
  • A
    license
    Not graded
    quality
    D
    maintenance
    Provides real-time and historical weather data for any city worldwide, including forecasts, air quality, and marine conditions, using the free Open-Meteo API.
    21
    MIT

View all related MCP servers

Related MCP Connectors

  • Global weather via Open-Meteo: forecast, ERA5 archive, marine, air quality, geocoding, elevation.

  • US weather & geo for AI agents: forecasts, alerts, earthquakes, elevation, geocoding. No keys.

  • Weather forecasts from MET Norway (Yr): geocoding plus hourly forecasts worldwide.

View all MCP Connectors

Latest Blog Posts

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

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