mcp-weather-tool
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., "@mcp-weather-toolwhat's the weather in Tokyo?"
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 Weather Tool
Un servidor MCP (Model Context Protocol) simple que permite consultar el clima de cualquier ciudad del mundo.
✨ Características
🔍 Búsqueda por ciudad: Encuentra automáticamente las coordenadas de cualquier ciudad
🌡️ Información del clima: Temperatura, precipitación, estado del día y lluvia
🚀 Integración con Claude: Funciona perfectamente en Claude Desktop
📍 Coordenadas precisas: Usa APIs de geocoding y meteorología confiables
Related MCP server: weather-mcp-server
🛠️ Instalación
Clona el repositorio:
git clone https://github.com/fernandezAlex/mcp-weather-tool.git
cd mcp-weather-toolInstala las dependencias:
npm installCompila el proyecto:
npx tsc⚙️ Configuración en Claude Desktop
Añade esto a tu claude_desktop_config.json:
{
"mcpServers": {
"mcp-test": {
"command": "node",
"args": ["/ruta/completa/a/mcp-weather-tool/dist/main.js"]
}
}
}🚀 Uso
Reinicia Claude Desktop
Usa la herramienta: "¿Cuál es el clima en Madrid?"
Disfruta de la información meteorológica en tiempo real
📡 APIs Utilizadas
Geocoding: Open-Meteo Geocoding API
Weather: Open-Meteo Weather API
🏗️ Estructura del Proyecto
mcp-weather-tool/
├── main.ts # Código fuente del servidor MCP
├── dist/ # Archivos compilados
├── package.json # Dependencias del proyecto
└── README.md # Este archivo🔧 Tecnologías
TypeScript - Lenguaje principal
Node.js - Runtime de JavaScript
MCP SDK - Protocolo de comunicación con Claude
Fetch API - Llamadas HTTP a APIs externas
👨💻 Autor
Alex Fernández - Frontend Developer & Designer
📝 Licencia
MIT License - Libre para uso personal y comercial
Desarrollado con ❤️ por @fernandezAlex para la comunidad de Claude
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-qualityDmaintenanceConnects Claude Desktop to the Open-Meteo API to retrieve real-time weather data for cities worldwide without requiring an API key.Last updated
- Alicense-qualityDmaintenanceEnables Claude Desktop to query real-time weather information, forecasts, and history via the OpenWeatherMap API.Last updated2898MIT
- Flicense-qualityDmaintenanceEnables users to get weather forecasts for any city using the Open-Meteo API through natural language in Claude Desktop or VS Code.Last updated
- Flicense-qualityDmaintenanceEnables real-time weather queries via Claude Desktop using OpenWeatherMap API, providing current conditions and 24-hour forecasts for any city.Last updated32
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.
US weather, alerts, earthquakes and elevation for AI agents, from NWS/NOAA and USGS. No API keys.
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/fernandezAlex/mcp-weather-tool'
If you have feedback or need assistance with the MCP directory API, please join our Discord server