Metadata-Version: 2.4
Name: mcp-gaodeweather-server
Version: 0.1.3
Summary: 这是一个使用高德地图的天气接口,获取当前城市天气的demo
Project-URL: Homepage, https://github.com/kevinkelin/mcp-gaodeweather-server
Project-URL: Issues, https://github.com/kevinkelin/mcp-gaodeweather-server/issues
Author-email: yangyanxing <yanxingyang@gmail.com>
Keywords: gaodeweather,mcp,server
Requires-Python: >=3.11
Requires-Dist: mcp[cli]>=1.5.0
Description-Content-Type: text/markdown

## 介绍

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

## 使用方法


## MCP 配置

#### GAODE_KEY

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


### uvx

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


