# amap-maps-mcp-server **Repository Path**: HAOGE_CORE/amap-maps-mcp-server ## Basic Information - **Project Name**: amap-maps-mcp-server - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-03-30 - **Last Updated**: 2025-03-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # AMap Map MCP Server MCP Server for the AMap Map API. ## Setup ### API Key Get a AMap Maps API key: https://lbs.amap.com/api/webservice/create-project-and-key. ### NPX ```json { "mcpServers": { "amap-maps": { "command": "npx", "args": [ "-y", "@amap/amap-maps-mcp-server" ], "env": { "AMAP_MAPS_API_KEY": "" } } } } ```