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.
Latest Blog Posts
- 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