Amap
高德地图MCP Server,支持stdio, sse和streamable-http
What is Amap?
Amap is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to 高德地图mcp server,支持stdio, sse和streamable-http
高德地图MCP Server,支持stdio, sse和streamable-http
This server falls under the Search & Data Extraction category on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- 高德地图MCP Server,支持stdio, sse和streamable-http
Use Cases
Maintainer
Works with
Installation
Manual Installation
npx amapConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use Amap
The Amap MCP Server connects AI assistants to Gaode (Amap), the leading mapping and location services platform in China operated by Alibaba. It exposes over 13 tools covering geocoding, reverse geocoding, IP geolocation, weather queries, multi-modal route planning (driving, walking, cycling, transit), distance calculation, and POI search. Developers building China-focused applications or needing accurate Chinese address data, navigation routes, and nearby place searches will find this server essential.
Prerequisites
- Python 3.10 or later and uv package manager installed
- An Amap API key obtained from https://lbs.amap.com/ (Amap Open Platform)
- An MCP client such as Claude Desktop
- Internet access to reach Amap API endpoints
Obtain an Amap API key
Register at https://lbs.amap.com/, create an application, and copy your Web Service API key. This key is required for all tool calls.
Install uv if not already present
The server is distributed via PyPI and is best run with uvx, which is bundled with the uv package manager.
curl -LsSf https://astral.sh/uv/install.sh | shVerify the package is available
Test that uvx can locate and run the amap-mcp-server package without errors.
uvx amap-mcp-server --helpConfigure your MCP client
Add the server to your Claude Desktop config, passing your Amap API key as an environment variable.
// claude_desktop_config.json
{
"mcpServers": {
"amap": {
"command": "uvx",
"args": ["amap-mcp-server"],
"env": {
"AMAP_MAPS_API_KEY": "your_amap_api_key_here"
}
}
}
}Restart Claude Desktop and test
Quit and reopen Claude Desktop, then ask a location-related question about China to verify the tools are working.
Amap Examples
Client configuration
Claude Desktop stdio config using uvx to run the Amap MCP server
{
"mcpServers": {
"amap": {
"command": "uvx",
"args": ["amap-mcp-server"],
"env": {
"AMAP_MAPS_API_KEY": "your_amap_api_key_here"
}
}
}
}Prompts to try
Example natural language prompts that exercise Amap MCP server tools
- "What is the address for coordinates 116.397428, 39.90923?"
- "Find the driving route from the Forbidden City to Shanghai Pudong Airport."
- "What is the current weather in Chengdu?"
- "Search for coffee shops near Zhongguancun, Beijing."
- "How far is it from Guangzhou to Shenzhen by road?"Troubleshooting Amap
API returns INVALID_USER_KEY error
Double-check that AMAP_MAPS_API_KEY is set to a valid Web Service API key (not a JavaScript or Android key). The key type must match the service type used.
Route planning returns no results for addresses outside China
Amap covers mainland China only. Use WGS-84 coordinates converted to GCJ-02 (China's coordinate system) for accurate results within China.
uvx command not found after installation
Run 'source ~/.bashrc' or open a new terminal to reload the PATH after installing uv. Verify with 'which uvx'.
Frequently Asked Questions about Amap
What is Amap?
Amap is a Model Context Protocol (MCP) server that 高德地图mcp server,支持stdio, sse和streamable-http It connects AI assistants to external tools and data sources through a standardized interface.
How do I install Amap?
Follow the installation instructions on the Amap GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.
Which AI clients work with Amap?
Amap works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is Amap free to use?
Yes, Amap is open source and available under the MIT license. You can use it freely in both personal and commercial projects.
Amap Alternatives — Similar Search & Data Extraction Servers
Looking for alternatives to Amap? Here are other popular search & data extraction servers you can use with Claude, Cursor, and VS Code.
TrendRadar
★ 58.0kA real-time hotspot monitoring and news aggregation assistant that provides AI-powered analysis of trending topics across multiple platforms via the Model Context Protocol. It enables users to track news and receive automated notifications through va
Scrapling
★ 52.7k🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!
PDF Math Translate
★ 33.9k[EMNLP 2025 Demo] PDF scientific paper translation with preserved formats - 基于 AI 完整保留排版的 PDF 文档全文双语翻译,支持 Google/DeepL/Ollama/OpenAI 等服务,提供 CLI/GUI/MCP/Docker/Zotero
GPT Researcher
★ 27.2kAn autonomous agent that conducts deep research on any data using any LLM providers
Agent Reach
★ 20.1kGive your AI agent eyes to see the entire internet. Read & search Twitter, Reddit, YouTube, GitHub, Bilibili, XiaoHongShu — one CLI, zero API fees.
Xiaohongshu
★ 13.7kMCP for xiaohongshu.com
Browse More Search & Data Extraction MCP Servers
Explore all search & data extraction servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.
Set Up Amap in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
Ready to use Amap?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.