HarshilDoshi153/mcp-weather-server
3.1
If you are the rightful owner of mcp-weather-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The MCP Weather Server provides real-time weather data using the OpenWeather API, designed for integration with AI IDEs via the Model Context Protocol.
๐ค๏ธ MCP Weather Server
This project provides real-time weather data using the OpenWeather API and exposes it through a Model Context Protocol (MCP) server. Designed for seamless integration with AI IDEs like Cursor, this MCP tool enables LLM agents to query current weather data for any city.
๐ Features
- ๐ Fetches live weather data (temperature, humidity, wind, pressure) by city name
- ๐ Built using @modelcontextprotocol/sdk
- ๐ก Powered by OpenWeather API
- ๐งช Typed validation with Zod
- โ๏ธ Ready to integrate with LLM-based tools (e.g., Cursor AI, LangChain, etc.)
๐ ๏ธ Installation
git clone https://github.com/yourusername/mcp-weather-server.git
cd mcp-weather-server
npm install