Weather Tool
FreeNot checkedEnables to query real-time weather information for any city worldwide by automatically geocoding city names and retrieving temperature, precipitation, and other
About
Enables to query real-time weather information for any city worldwide by automatically geocoding city names and retrieving temperature, precipitation, and other data via Open-Meteo APIs, seamlessly integrated with Claude Desktop.
README
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
🛠️ Instalación
- Clona el repositorio:
git clone https://github.com/fernandezAlex/mcp-weather-tool.git
cd mcp-weather-tool
- Instala las dependencias:
npm install
- Compila 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
Installing Weather Tool
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/fernandezAlex/mcp-weather-toolFAQ
Is Weather Tool MCP free?
Yes, Weather Tool MCP is free — one-click install via Unyly at no cost.
Does Weather Tool need an API key?
No, Weather Tool runs without API keys or environment variables.
Is Weather Tool hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install Weather Tool in Claude Desktop, Claude Code or Cursor?
Open Weather Tool on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzCompare Weather Tool with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
