Connector guide1-minute read6 MCP toolsEnglish · Deutsch · Italiano

如何将 OpenWeather 连接到 Gemini — 通过 MCP

从任何 AI 代理查询 OpenWeather(当前天气、预报、空气质量、地理编码)。6 个工具,API 密钥认证。

HCBy HelpCode teamUpdated 1 min read Open source on GitHub

No credit card · 7-day trial · Self-host alternative available

MCP connector

OpenWeather

Query OpenWeather (current weather, forecasts, air quality, geocoding) from any AI agent. 6 tools, API-key auth.

Tools

6

Region

INTL

Category

data

Authentication

Query Param Auth

Required env vars

OPENWEATHER_API_KEY
Install in one click on Cloud

7-day free trial · No credit card

  • 7-day free trial
    No credit card required
  • GDPR & SOC 2 ready
    EU data residency, audit logs
  • Open-source on GitHub
    Source-available BSL-1.1
  • Works with ChatGPT, Claude, Gemini
    Any MCP-compatible client

No install? Use cloud.anythingmcp.com directly.

Sign in, install the OpenWeather in one click, paste the credentials, mint an MCP API key — done. No Docker, no git clone, no local server to run.

Open Cloud

TL;DR

从任何 AI 代理查询 OpenWeather(当前天气、预报、空气质量、地理编码)。6 个工具,API 密钥认证。

💡 没有安装?直接使用 cloud.anythingmcp.com 登录,点击 Connectors → OpenWeather,粘贴您的凭据,生成一个 MCP API 密钥 — 完成。无需 Docker,无需 git clone,无需本地服务器。

OpenWeather + Gemini

从任何 AI 代理查询 OpenWeather(当前天气、预报、空气质量、地理编码)。6 个工具,API 密钥认证。

前提条件

请查看连接器中包含的完整设置说明(在您选择连接器时可在应用内商店中查看)。此连接器所需的环境变量为:

OPENWEATHER_API_KEY

第一步 — 获取凭据

此连接器封装了 OpenWeather REST API(api.openweathermap.org)。

设置

  1. https://openweathermap.org/users/sign_up 注册(免费套餐:每分钟 60 次调用,每月 1M 次)。
  2. 转到 https://home.openweathermap.org/api_keys → 复制默认密钥或创建一个新的,标记为例如 mcp
  3. 等待约 10 分钟 — 新密钥在免费套餐上激活需要时间。
  4. 设置 OPENWEATHER_API_KEY

认证:每个请求都需要 appid=${OPENWEATHER_API_KEY} 作为查询字符串。适配器会自动注入 — 永远不要将其包含在工具参数中。

…(在应用内连接器说明中继续)

第二步 — 安装适配器

git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d

第三步 — 在 Claude 中添加连接器

推荐路径 — 在 claude.ai web 上工作,无需编辑任何配置文件。

  1. 打开 claude.ai/customize/connectors
  2. 点击 "添加自定义连接器"
  3. 填写:
    • 名称: OpenWeather
    • URL: https://cloud.anythingmcp.com/mcp
    • 认证: Bearer token → 粘贴您的 MCP API 密钥(来自 AnythingMCP → 个人资料 → MCP API 密钥 → 新密钥
  4. 点击 连接 以授权。

所有工具将出现在您的聊天中 — 开始输入提示。

可用工具

工具功能
openweather_geocode_city将城市名称(可选地带州和国家代码)转换为纬度/经度
openweather_reverse_geocode将纬度/经度转换回附近地点名称的列表
openweather_current_weather给定坐标的当前天气:温度、湿度、风、天气状况、日出/日落
openweather_forecast_5day3 小时间隔的 5 天天气预报
openweather_air_pollution当前空气质量指数(AQI 1-5)+ CO、NO、NO2、O3、SO2、PM2 的浓度
openweather_air_pollution_forecast给定坐标的未来约 4 天的每小时空气污染预报

常见问题

它是否同时适用于 Claude Code 和 Claude Desktop? 是的 — 两者都指向 https://cloud.anythingmcp.com/mcp

下一步

这份指南对您有帮助吗?

Ready to ship

Your OpenWeather agent is one click away.

Install the connector, paste the key, prompt Gemini. Free for 7 days, no credit card.

相关指南