高德地图
STDIO高德地图服务集成MCP服务器
高德地图服务集成MCP服务器
Non-official AMap Model Context Protocol (MCP) server that enables interaction with AMap powerful location related service. You can use in the following MCP clients like Cursor, Claude Desktop, Cline , Windsurf and other Client.
uv (Python package manager), install with pip install uv or see the uv repo for additional install methods.Go to Cursor -> Cursor Settings -> MCP, click Add new global MCP server, and mcp.json will open, paste the following config content:
"AMap": {
        "command": "uvx",
        "args": [
          "amap-mcp"
        ],
        "env": {
          "AMAP_KEY": "<insert-your-AMap-here>"
        },
      },
A demonstration video:
