✨ From vibe coding to vibe deployment. UBOS MCP turns ideas into infra with one message.

Learn more

介绍

这是一个使用高德地图的天气接口,获取当前城市天气的demo。

使用方法

MCP 配置

GAODE_KEY

需要一个高德地图的apikey,申请地址:https://lbs.amap.com/api/webservice/guide/api/weather

Usage with Claude Desktop

uvx

{
  "mcpServers": {
    "gaodeweather": {
      "name": "gaodeweather",
      "command": "uvx",
      "args": [
        "mcp-gaodeweather-server"
      ],
      "env": {
        "GAODE_KEY": "your apikey"
      }
    }
  }
}

Installing via Smithery

To install mcp-gaodeweather-server for Claude Desktop automatically via Smithery:

npx -y @smithery/cli install @kevinkelin/mcp-gaodeweather-server --client claude

Featured Templates

View More

Start your free trial

Build your solution today. No credit card required.

Sign In

Register

Reset Password

Please enter your username or email address, you will receive a link to create a new password via email.