Cerebra Legal MCP Server

Amap Maps

Created By
Cerebra Legal MCP Serveramap
Content

支持任意 MCP 协议的客户端(如:Cursor、Claude、Cline)可方便使用高德地图 MCP server。如下以 Cursor 平台为例

在 Cursor 中配置

建议使用最新版本的 Cursor 客户端

接入配置

复制 key

{
    "mcpServers": {
        "amap-maps": {
            "command": "npx",
            "args": [
                "-y",
                "@amap/amap-maps-mcp-server"
            ],
            "env": {
                "AMAP_MAPS_API_KEY": "您在高德官网上申请的key"
            }
        }
    }
}