MCP Directory
Back

WeatherSync-AI

by HarshilDoshi153 · JavaScript · ★ 0

A lightweight MCP server that fetches real-time weather data from OpenWeather.org based on city names. Built with @modelcontextprotocol/sdk, this tool allows LLM-based agents (like those in Cursor IDE) to retrieve current weather conditions such as temperature, humidity, wind speed, and pressure.

Install

npx -y github:HarshilDoshi153/WeatherSync-AI

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "weathersync-ai": {
      "command": "npx",
      "args": [
        "-y",
        "github:HarshilDoshi153/WeatherSync-AI"
      ]
    }
  }
}

From the README

This project provides real-time weather data using the [OpenWeather API](https://openweathermap.org/) and exposes it through a [Model Context Protocol (MCP)](https://github.com/modelcontext/protocol) server. Designed for seamless integration with AI IDEs like Cursor, this MCP tool enables LLM agents to query current weather data for any city. `bash git clone https://github.com/yourusername/mcp-weather-server.git cd mcp-weather-server npm install
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related developer tools servers