Weather MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Weather MCP Serverwhat's the forecast for Tokyo this weekend?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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
Node.js (versión 18 o superior)
🚀 Instalación
1. Clonar el repositorio
git clone https://github.com/fedekrenn/mcp-server-test.git
cd mcp-server-test2. Instalar dependencias
npm install3. 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
Abrir VS Code
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/
This server cannot be installed
Maintenance
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
- Flicense-qualityDmaintenanceEnables 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
- Alicense-qualityDmaintenanceEnables users to get current weather information for any city using the OpenWeatherMap API. Returns formatted weather data including temperature, humidity, and weather description through natural language queries.Last updatedMIT
- Alicense-qualityDmaintenanceEnables 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 updated15MIT
- FlicenseBqualityDmaintenanceEnables 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 updated1
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.
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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