Amap Maps
Freeby MCP Community
MCP server for using the AMap Maps API
v0.0.8Added Apr 12, 2026
Amap Maps MCP Server
MCP server for using the AMap Maps API
Installation
npx -y @amap/amap-maps-mcp-server
Reviews
Installation
Quick install
npx -y @amap/amap-maps-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"amap-maps": {
"command": "npx",
"args": ["-y", "@amap/amap-maps-mcp-server"]
}
}
}