Get the FREE Ultimate OpenClaw Setup Guide →

amap-maps

@amap/amap-maps-mcp-server

Installation
Run this command in your terminal to add the MCP server to Claude Code.
Run in terminal:
Command
claude mcp add --transport stdio zxypro1-amap-maps-mcp-server npx -y @amap/amap-maps-mcp-server \
  --env AMAP_MAPS_API_KEY=""

How to use

This MCP server provides access to the AMap Maps API via an MCP server wrapper. It runs through NPX and loads the @amap/amap-maps-mcp-server package, requiring you to supply an AMap Maps API key through the AMAP_MAPS_API_KEY environment variable. Once started, you can use the server to proxy or manage AMap map-related endpoints as defined by the underlying MCP server package. The environment variable ensures your requests are authenticated against the AMap Maps service. To customize behavior, update the environment block in your MCP configuration with your actual API key before starting the server.

How to install

Prerequisites:

Installation steps:

  1. Obtain your AMap Maps API key and prepare it for use.
  2. Create your MCP configuration file (examples shown below) and save it, e.g., as mcp-config.json.
  3. Start the MCP server using your preferred MCP runner (see below).

Additional notes

Notes:

  • The API key must be provided in the AMAP_MAPS_API_KEY environment variable. Do not commit secrets to source control.
  • Using NPX means the server runs the package directly from the npm registry without a local install; ensure you have network access to fetch the package at runtime.
  • If you need to run multiple MCP servers, duplicate the server block under mcpServers with unique names.
  • Ensure your environment allows outgoing requests to the AMap Maps API endpoints and that the key has the appropriate permissions for your use case.

Related MCP Servers

Sponsor this space

Reach thousands of developers