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.
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
- 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
Recommended Servers
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.
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.
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.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
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.
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.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
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.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.