WeatherSync-AI

HarshilDoshi153/WeatherSync-AI

3.1

If you are the rightful owner of WeatherSync-AI and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@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