$ timeahead.in
/ servers/npm/@amap/amap-maps-mcp-server
npm

@amap/amap-maps-mcp-server

MCP server for using the AMap Maps API

5k/wk
62fair
▣ Overview

What it does

Provides an MCP interface to the AMap Maps API, enabling Claude to access mapping and location-based services. AMap is a widely-used mapping platform in Asia-Pacific regions, particularly in China. The specific tool set is not fully documented in the available README, but typical MCP map servers expose geocoding, location search, route planning, and geographic data retrieval capabilities.

Who it's for

Developers building Claude-powered applications that require mapping or location-based features, especially those serving users in China and neighboring markets. This includes backend engineers integrating Claude into travel platforms, logistics systems, location intelligence products, and regional e-commerce applications that depend on accurate mapping data.

Common use cases

  • Convert addresses into geographic coordinates, or reverse-engineer coordinates into human-readable locations
  • Search for points of interest such as restaurants, gas stations, and landmarks near a given location
  • Calculate optimal routes and turn-by-turn directions between two points
  • Retrieve geographic metadata or administrative boundary data for cities and regions
  • Build location-aware recommendation and filtering features into Claude-powered applications

Setup pitfalls

  • Requires valid AMap API credentials from the AMap Developer Console; secure these as environment variables and never commit them to version control
  • Network connectivity to AMap's endpoints is essential; latency and availability may vary depending on your geographic region
  • Feature coverage and service availability vary by location; verify that the capabilities you need are supported in your target regions before deploying to production
  • API calls are subject to rate limits and quota constraints; monitor your usage patterns to avoid service interruption
▣ Score BreakdownMCPScore = Σ(raw × weight)
DimensionRawWeighted
Security
35%
100
35.0
Freshness
25%
30
7.5
Adoption
20%
44
8.8
Quality
10%
60
6.0
Trust
10%
50
5.0
Total
62.3
⚙ Install config
Claude Desktop · Cursor · Windsurf · VS Code (Copilot) · Claude Code
add to your MCP client config:
{
  "mcpServers": {
    "amapamap-maps": {
      "command": "npx",
      "args": [
        "-y",
        "@amap/amap-maps-mcp-server"
      ]
    }
  }
}
📈 Score historylast 37 snapshots
4/30/20266/17/2026 · 37 snapshots
⛁ Raw data
weekly downloads5k
github stars0
forks0
open issues0
license✓ present
readme length0 chars
last updated3d ago
install verified✓ pass · 27d ago
🔔 Score drop alerts
get notified by email when this server's score drops 5+ points