Python版本高德地图MCP Server
Python版本高德地图MCP Server. The amap mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 14 defined tools rather than through you.
该高德地图 MCP Server 发布在 PyPI。
Everything the assistant can do here goes through one of these:
location — 经纬度坐标address — 结构化地址city — 城市名称或者adcodeorigin — 起点经纬度坐标destination — 终点经纬度坐标origin_address — 起点地址(例如:"北京市朝阳区阜通东大街6号")destination_address — 终点地址(例如:"北京市海淀区上地十街10号")cityd — 终点城市origin_city — 起点所在城市(跨城交通必需)destination_city — 终点所在城市(跨城交通必需)origins — 起点经纬度坐标keywords — 搜索关键词You will need one environment variable: AMAP_MAPS_API_KEY. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
The server ships on PyPI as amap-mcp-server, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.
Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Amap's toolset — location, address, city and 11 more — is a fair guide to whether it matches your workflow.
This entry was verified against Amap's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| location | 经纬度坐标 |
| address | 结构化地址 |
| city | 城市名称或者adcode |
| origin | 起点经纬度坐标 |
| destination | 终点经纬度坐标 |
| origin_address | 起点地址(例如:"北京市朝阳区阜通东大街6号") |
| destination_address | 终点地址(例如:"北京市海淀区上地十街10号") |
| cityd | 终点城市 |
| origin_city | 起点所在城市(跨城交通必需) |
| destination_city | 终点所在城市(跨城交通必需) |
| origins | 起点经纬度坐标 |
| keywords | 搜索关键词 |
| maps_regeocode | The maps_regeocode tool exposed by this server. |
| maps_geo | The maps_geo tool exposed by this server. |
{
"mcpServers": {
"amap-mcp-server": {
"command": "uvx",
"args": [
"amap-mcp-server"
],
"env": {
"AMAP_MAPS_API_KEY": "your valid amap maps api key"
}
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| AMAP_MAPS_API_KEY | Credential the server authenticates with. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.