MCP.so
Sign In
Servers

高德地图 MCP Server

@sugarforever

高德地图MCP Server,支持stdio, sse和streamable-http

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "amap-mcp-server": {
      "command": "uvx",
      "args": [
        "amap-mcp-server"
      ],
      "env": {
        "AMAP_MAPS_API_KEY": "your valid amap maps api key"
      }
    }
  }
}

More from Other