Amap - (高德地图)
@JavaAIDev
About Amap - (高德地图)
MCP Server for Amap (高德地图).
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"amap": {
"command": "java",
"args": [
"-jar",
"amap-mcp-server.jar"
],
"env": {
"AMAP_API_KEY": "YOUR_AMAP_API_KEY"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Amap - (高德地图)?
Amap - (高德地图) is an MCP server that wraps the Amap (高德地图) Web API, providing tools for location, mapping, and geographic data queries. It is intended for developers using the Model Context Protocol who need access to Amap's mapping and location services.
How to use Amap - (高德地图)?
Download the latest JAR file (requires Java 11) or a native executable from the releases page. Set your Amap API key as the environment variable AMAP_API_KEY, then configure the server in your MCP client using the provided mcpServers JSON block, with the command pointing to java -jar amap-mcp-server.jar or the native binary.
Key features of Amap - (高德地图)
- IP location lookup
- Geocoding and reverse geocoding
- Static map image generation
- Weather query
- Administrative district query
- Point of Interest (POI) search 2.0
- Route planning 2.0
- Coordinate conversion
- Input prompt suggestions
Use cases of Amap - (高德地图)
- Integrate Amap geocoding and POI search into an AI assistant via MCP
- Build MCP-based tools that display static maps or weather data from Amap
- Enable an AI agent to plan routes or convert coordinates through Amap's API
FAQ from Amap - (高德地图)
What tools does Amap - (高德地图) offer?
It offers 9 tools: IP定位, 地理/逆地理编码, 静态地图, 天气查询, 行政区域查询, 搜索POI 2.0, 路径规划 2.0, 坐标转换, and 输入提示.
How do I get an Amap API key?
This is required; details are not provided in the README — refer to the Amap documentation linked at https://lbs.amap.com/.
What runtime is needed to run the JAR version?
The JAR file requires Java 11 or later.
What platforms are supported?
Native executable files are available for Windows, macOS, and Linux.
Where is the API key configured?
The API key must be set as the environment variable AMAP_API_KEY.
More Other MCP servers
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Servers
modelcontextprotocolModel Context Protocol Servers
ICSS
chokcoco不止于 CSS
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Comments