mcp-weather-tool

mcp-weather-tool

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.

Category
Visit Server

README

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

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

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured