MCP server for using the AMap Maps API
npm install @amap/amap-maps-mcp-serverMCP Server for the AMap Map API.
``json``
{
"mcpServers": {
"amap-maps": {
"command": "npx",
"args": [
"-y",
"@amap/amap-maps-mcp-server"
],
"env": {
"AMAP_MAPS_API_KEY":"
}
}
}
}