amap-maps
@amap/amap-maps-mcp-server
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:
- Node.js (with npm or npx) installed on your system
- An AMap Maps API key (from https://lbs.amap.com/api/webservice/create-project-and-key)
Installation steps:
- Obtain your AMap Maps API key and prepare it for use.
- Create your MCP configuration file (examples shown below) and save it, e.g., as mcp-config.json.
- 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
zen
Selfhosted notes app. Single golang binary, notes stored as markdown within SQLite, full-text search, very low resource usage
MCP -Deepseek_R1
A Model Context Protocol (MCP) server implementation connecting Claude Desktop with DeepSeek's language models (R1/V3)
mcp-fhir
A Model Context Protocol implementation for FHIR
mcp
Inkdrop Model Context Protocol Server
mcp-appium-gestures
This is a Model Context Protocol (MCP) server providing resources and tools for Appium mobile gestures using Actions API..
dubco -npm
The (Unofficial) dubco-mcp-server enables AI assistants to manage Dub.co short links via the Model Context Protocol. It provides three MCP tools: create_link for generating new short URLs, update_link for modifying existing links, and delete_link for removing short links.