适用于高德地图 API 的 MCP 服务器。
获取高德地图 API 密钥: https://lbs.amap.com/api/webservice/create-project-and-key.
{
"mcpServers": {
"amap-maps": {
"command": "npx",
"args": [
"-y",
"@amap/amap-maps-mcp-server"
],
"env": {
"AMAP_MAPS_API_KEY": ""
}
}
}
}