WeatherSync-AI
by HarshilDoshi153·★ 0·Score 30
A lightweight MCP server that fetches real-time weather data from OpenWeather.org based on city names.
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:
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 READMEget_weatherFetches live weather data including temperature, humidity, wind speed, and pressure for a specified city.
Comparable tools
Installation
git clone https://github.com/yourusername/mcp-weather-server.git
cd mcp-weather-server
npm installFor 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
Last updated · Auto-generated from public README + GitHub signals.