Skip to content

Amap Maps

Free

by MCP Community

MCP server for using the AMap Maps API

v0.0.8Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Amap Maps MCP Server

MCP server for using the AMap Maps API

Installation

npx -y @amap/amap-maps-mcp-server

Reviews

Leave a Review

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"]
    }
  }
}