Skip the install. Get this working in under 2 minutes.
Start a free trial on cloud.anythingmcp.com, add the OpenWeather in one click, then point your AI client (Claude, ChatGPT, Copilot or Cursor) at the generated MCP endpoint. No Docker, no git clone, zero engineering experience required.
Summary
从任何 AI 代理查询 OpenWeather(当前天气、天气预报、空气质量、地理编码)。6 个工具,API 密钥认证。
试试这样问
OpenWeather 的示例提示
点击任意提示即可复制,然后粘贴到 Claude、ChatGPT、Cursor、Gemini、Copilot 或 OpenClaw 中,在该连接器上运行。
Claude 是 AI,可能会出错。请核对回答。
💡 不需要安装?直接使用 cloud.anythingmcp.com。 登录,点击 Connectors → OpenWeather,粘贴你的凭据,生成一个 MCP API 密钥 — 完成。无需 Docker,无需
git clone,无需本地服务器。
OpenWeather
从任何 AI 代理查询 OpenWeather(当前天气、天气预报、空气质量、地理编码)。6 个工具,API 密钥认证。
设置
此连接器封装了 OpenWeather REST API (api.openweathermap.org)。
设置:
- 在 https://openweathermap.org/users/sign_up 注册(免费套餐:60 次调用/分钟,1M/月)。
- 转到 https://home.openweathermap.org/api_keys → 复制默认密钥或创建一个新的,标记为例如
mcp。 - 等待 ~10 分钟 — 新密钥在免费套餐上激活需要时间。
- 设置
OPENWEATHER_API_KEY。
认证:每个请求都需要 appid=${OPENWEATHER_API_KEY} 作为查询字符串。适配器会自动注入 — 永远不要将其包含在工具参数中。
…(在应用内连接器说明中继续)
先决条件:OPENWEATHER_API_KEY
本地安装连接器
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
打开 http://localhost:3000/connectors/store,选择 OpenWeather 并粘贴在先决条件下列出的环境变量。
可用工具
| 工具 | 功能 |
|---|---|
openweather_geocode_city | 将城市名称(可选地包含州和国家代码)转换为纬度/经度 |
openweather_reverse_geocode | 将纬度/经度转换回附近地点名称的列表 |
openweather_current_weather | 给定坐标的当前天气:温度、湿度、风、天气状况、日出/日落 |
openweather_forecast_5day | 3 小时间隔的 5 天天气预报 |
openweather_air_pollution | 当前空气质量指数(AQI 1-5)+ CO、NO、NO2、O3、SO2、PM2 的浓度 |
openweather_air_pollution_forecast | 给定坐标的未来 ~4 天的每小时空气污染预报 |
下一步
这份指南对你有帮助吗?