Francis235
可用工具 (1 个)
该服务在 MCP 协议中暴露的工具,AI 可按需调用
query_weather 1 个参数 需填 1 项
The weather service of Amap. Query the weather of a given city.n n Args:n city (str): The city to query the weather.n
必填参数:city
服务介绍
非官方的高德地图模型上下文协议 (MCP) 服务器,可与高德地图强大的位置相关服务进行交互。你可以在以下MCP客户端中使用它,如 Cursor, Claude Desktop, Cline, Windsurf 以及其他客户端。
前提条件
使用Cursor快速开始
进入 Cursor -> Cursor 设置 -> MCP,点击 添加新的全局MCP服务器,然后 mcp.json 文件将会打开,在其中粘贴以下配置内容:
"AMap": {
"command": "uvx",
"args": [
"amap-mcp"
],
"env": {
"AMAP_KEY": "<在此插入你的AMap密钥>"
},
},
示例用法
演示视频:
