MCP Catalogs
Home

WeatherSync-AI

by HarshilDoshi153·0·Score 30

A lightweight MCP server that fetches real-time weather data from OpenWeather.org based on city names.

ai-llmdeveloper-toolsweather
1
Forks
2
Open issues
11 mo ago
Last commit
2d ago
Indexed

Overview

WeatherSync-AI is a specialized MCP server built with @modelcontextprotocol/sdk that provides real-time weather information through the OpenWeather API. It enables AI agents to retrieve current weather conditions including temperature, humidity, wind speed, and pressure for any city. The server is designed for seamless integration with AI IDEs like Cursor, allowing LLM agents to access weather data as part of their capabilities.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:AI assistants providing weather information to users
you:Automated weather-based workflow triggers
you:Educational tools demonstrating real-time data integration with LLMs
you:What API does WeatherSync-AI use?
you:What data can be retrieved?

When to choose this

Choose this server when you need to add basic weather functionality to an AI agent with minimal setup.

When NOT to choose this

Avoid this server if you need detailed historical weather data, forecasting capabilities, or extensive meteorological information.

Tools this server exposes

1 tool extracted from the README
  • get_weather

    Fetches live weather data including temperature, humidity, wind speed, and pressure for a specified city.

Comparable tools

weatherapi-mcpopenweathermap-nodenode-weather-js

Installation

git clone https://github.com/yourusername/mcp-weather-server.git
cd mcp-weather-server
npm install

For Claude Desktop:

{
  "mcpServers": {
    "weather-sync": {
      "command": "node",
      "args": ["/path/to/mcp-weather-server/index.js"]
    }
  }
}

FAQ

What API does WeatherSync-AI use?
WeatherSync-AI uses the OpenWeather API to fetch real-time weather data.
What data can be retrieved?
The server provides current weather conditions including temperature, humidity, wind speed, and pressure.

Compare WeatherSync-AI with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.