Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Weather Tool

FreeNot checked

Enables to query real-time weather information for any city worldwide by automatically geocoding city names and retrieving temperature, precipitation, and other

GitHubEmbed

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

  1. Clona el repositorio:
git clone https://github.com/fernandezAlex/mcp-weather-tool.git
cd mcp-weather-tool
  1. Instala las dependencias:
npm install
  1. 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

  1. Reinicia Claude Desktop
  2. Usa la herramienta: "¿Cuál es el clima en Madrid?"
  3. Disfruta de la información meteorológica en tiempo real

📡 APIs Utilizadas

🏗️ 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

from github.com/fernandezAlex/mcp-weather-tool

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-tool

FAQ

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

Compare 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