mcp-gaodeweather-server
4
This project is a demo application that retrieves weather data for the current city using the Gaode Map API. It is designed to integrate with Claude Desktop, enabling easy deployment and use of weather data services.
介绍
这是一个使用高德地图的天气接口,获取当前城市天气的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