amap-maps-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@amap-maps-mcpGet driving directions from Beijing to Shanghai"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
amap-maps-mcp
高德地图 Web Service API 的 MCP Server。
相比官方包的主要改进:
路径规划全部使用路径规划 2.0(v5 接口)
驾车规划支持完整参数:
strategy(16 种算路策略)、waypoints(途经点)、plate(车牌限行规避)、avoidpolygons(避让区域)、show_fields等公交规划支持:
strategy、nightflag、date/time等POI 搜索支持分页、
types、citylimit参数(官方包的types参数实际无效)
工具列表
工具 | 说明 |
| 地理编码(地址 → 坐标) |
| 逆地理编码(坐标 → 地址) |
| IP 定位 |
| 天气查询 |
| POI 关键词搜索 |
| POI 周边搜索 |
| POI 详情 |
| 驾车路径规划(v5) |
| 步行路径规划(v5) |
| 骑行路径规划(v5) |
| 公共交通路径规划(v5) |
| 距离测量 |
Related MCP server: Amap (Gaode Maps) MCP Server
前置要求
在高德开放平台申请 Web 服务类型的 API Key。
使用方法
npx(无需安装)
{
"mcpServers": {
"amap": {
"command": "npx",
"args": ["-y", "amap-maps-mcp"],
"env": {
"AMAP_MAPS_API_KEY": "你的APIKey"
}
}
}
}全局安装
npm install -g amap-maps-mcp{
"mcpServers": {
"amap": {
"command": "amap-maps-mcp",
"env": {
"AMAP_MAPS_API_KEY": "你的APIKey"
}
}
}
}坐标系说明
高德地图使用 GCJ-02 坐标系。GPS 设备输出的 WGS-84 坐标需要先转换,可使用高德的坐标转换 API。
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/longyuan1996/amap-maps-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server