MCP Catalogs
首页

WeatherSync-AI

by HarshilDoshi153·0·综合分 30

一款轻量级 MCP 服务器,可根据城市名称获取来自 OpenWeather.org 的实时天气数据。

ai-llmdeveloper-toolsweather
1
Forks
2
活跃 Issue
11 个月前
最近提交
2 天前
收录于

概述

WeatherSync-AI 是一款使用 @modelcontextprotocol/sdk 构建的专业 MCP 服务器,通过 OpenWeather API 提供实时天气信息。它使 AI 代理能够获取任何城市的当前天气状况,包括温度、湿度、风速和气压。该服务器专为与 Cursor 等 AI IDE 无缝集成而设计,允许 LLM 代理将其作为功能之一访问天气数据。

试试问 AI

装完之后,这里有 5 个你可以让 AI 做的事:

:AI 助手为用户提供天气信息
:基于天气的自动化工作流触发器
:展示实时数据与 LLM 集成的教育工具
:WeatherSync-AI 使用什么 API?
:可以获取哪些数据?

什么时候选它

当您需要以最少的设置向AI代理添加基本天气功能时,选择这个服务器。

什么时候不要选它

如果您需要详细的历史天气数据、预测功能或广泛的气象信息,请避免使用此服务器。

此 server 暴露的工具

从 README 抽取出 1 个工具
  • get_weather

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

可对比工具

weatherapi-mcpopenweathermap-nodenode-weather-js

安装

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

对于 Claude Desktop:

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

FAQ

WeatherSync-AI 使用什么 API?
WeatherSync-AI 使用 OpenWeather API 获取实时天气数据。
可以获取哪些数据?
服务器提供当前天气状况,包括温度、湿度、风速和气压。

WeatherSync-AI 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。