Amap Maps
FreeNot checkedProvides access to Amap (高德地图) web services including geocoding, POI search, and route planning (driving, walking, cycling, transit) with support for advanced p
About
Provides access to Amap (高德地图) web services including geocoding, POI search, and route planning (driving, walking, cycling, transit) with support for advanced parameters.
README
高德地图 Web Service API 的 MCP Server。
相比官方包的主要改进:
- 路径规划全部使用路径规划 2.0(v5 接口)
- 驾车规划支持完整参数:
strategy(16 种算路策略)、waypoints(途经点)、plate(车牌限行规避)、avoidpolygons(避让区域)、show_fields等 - 公交规划支持:
strategy、nightflag、date/time等 - POI 搜索支持分页、
types、citylimit参数(官方包的types参数实际无效)
工具列表
| 工具 | 说明 |
|---|---|
maps_geo |
地理编码(地址 → 坐标) |
maps_regeocode |
逆地理编码(坐标 → 地址) |
maps_ip_location |
IP 定位 |
maps_weather |
天气查询 |
maps_text_search |
POI 关键词搜索 |
maps_around_search |
POI 周边搜索 |
maps_search_detail |
POI 详情 |
maps_direction_driving |
驾车路径规划(v5) |
maps_direction_walking |
步行路径规划(v5) |
maps_bicycling |
骑行路径规划(v5) |
maps_direction_transit_integrated |
公共交通路径规划(v5) |
maps_distance |
距离测量 |
前置要求
在高德开放平台申请 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
Installing Amap Maps
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/longyuan1996/amap-maps-mcpFAQ
Is Amap Maps MCP free?
Yes, Amap Maps MCP is free — one-click install via Unyly at no cost.
Does Amap Maps need an API key?
No, Amap Maps runs without API keys or environment variables.
Is Amap Maps hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install Amap Maps in Claude Desktop, Claude Code or Cursor?
Open Amap Maps on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare Amap Maps with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
