Skip to main content
Glama
fedekrenn

Weather MCP Server

by fedekrenn

MCP Server Test

Un servidor MCP (Model Context Protocol) simple para testear el protocolo que genera la herramienta para obtener información meteorológica de ciudades usando la API de Open-Meteo.

🌟 Características

  • Busca información meteorológica actual de cualquier ciudad

  • Utiliza la API gratuita de Open-Meteo

  • Se usa el protocolo MCP para integración con herramientas de IA

Related MCP server: Weather Agent MCP Server

📋 Requisitos previos

🚀 Instalación

1. Clonar el repositorio

git clone https://github.com/fedekrenn/mcp-server-test.git
cd mcp-server-test

2. Instalar dependencias

npm install

3. Ejecutar el servidor

npm start

🔧 Instalación en VS Code

Para usar este servidor MCP en VS Code con GitHub Copilot seguir estos pasos:

1. Configuración en VS Code

  1. Abrir VS Code

  2. Abrir el archivo mcp.json

2. Configurar el servidor MCP

Agregar la siguiente configuración a tu archivo de configuración de MCP:

{
  "servers": {
    "weather": {
      "command": "npx",
      "args": ["-y", "tsx", "/Users/CTI24563/Desktop/mpc-server/main.ts"],
      "type": "stdio"
    }
  }
}

3. Reiniciar VS Code

Después de configurar, reiniciar VS Code para que los cambios tomen efecto.

🛠️ Uso

Una vez configurado, se puede usar la herramienta fetch-weather en las conversaciones con GitHub Copilot:

Ejemplo: "¿Cuál es el clima actual en Buenos Aires?"

El servidor buscará la ciudad y devolverá información meteorológica detallada incluyendo:

  • Temperatura actual

  • Precipitación

  • Estado del día/noche

  • Pronóstico por horas

🔧 Dependencias

  • @modelcontextprotocol/sdk: SDK oficial para implementar servidores MCP

  • zod: Biblioteca para validación y parseo de esquemas

🙋‍♂️ Hola, Soy Federico Krenn

🤓 Desarrollador web Frontend 👨‍🎓 Técnico Superior en Desarrollo Web y aplicaciones. También me encuentro realizando la Tecnicatura en Software Libre en la UNL 📫 Conectemos en LinkedIn: https://www.linkedin.com/in/fkrenn/

F
license - not found
-
quality - not tested
D
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
    -
    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.
    Last updated
  • A
    license
    -
    quality
    D
    maintenance
    Enables users to get current weather information for any city worldwide using the Open-Meteo API. Provides temperature and wind speed data through natural language queries.
    Last updated
    15
    MIT
  • 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.
    Last updated
    1

View all related MCP servers

Related MCP Connectors

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

  • Open-Meteo MCP — weather forecast + historical reanalysis + sister APIs

  • Global weather API: forecasts, historical data, marine, ski, astronomy and timezone.

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/fedekrenn/mcp-server-test'

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