高德地图 MCP Server
@MCP-Mirror
关于 高德地图 MCP Server
Mirror of
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"sugarforever_amap-mcp-server": {
"command": "uvx",
"args": [
"amap-mcp-server",
"sse"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is 高德地图 MCP Server?
高德地图 MCP Server is a Model Context Protocol server that integrates with Amap (高德地图) services. It provides tools for geocoding, location services, route planning, distance measurement, and POI search, intended for AI agents needing map and geographic data in China.
How to use 高德地图 MCP Server?
Configure the server in your MCP client with an Amap Maps API key. It supports three transports: stdio (default), sse, and streamable-http. Run via uvx amap-mcp-server with AMAP_MAPS_API_KEY environment variable set, or configure it in mcpServers JSON.
Key features of 高德地图 MCP Server
- Forward and reverse geocoding (address ↔ coordinates)
- Route planning for bicycling, walking, driving, and public transit
- Weather queries by city name or adcode
- IP location lookup
- POI search via keywords, around coordinates, or detail by ID
- Distance measurement between two coordinates
Use cases of 高德地图 MCP Server
- Convert addresses to coordinates for map integration
- Plan driving, walking, cycling, or public transit routes
- Check current weather for a specified city
- Search for nearby points of interest by location
- Look up geographic location details for an IP address
FAQ from 高德地图 MCP Server
What API key is required?
An Amap Maps API key from the 高德开放平台 (lbs.amap.com), set as the AMAP_MAPS_API_KEY environment variable.
What transport methods are supported?
It supports stdio (default), sse, and streamable-http. Each has a distinct client configuration format.
Are there any route planning limits?
Bicycling routes support up to 500 km. Walking routes max at 100 km. Public transit requires both origin and destination cities for intercity trips.
How do I run the server locally?
Set AMAP_MAPS_API_KEY in your environment and run uvx amap-mcp-server with the desired transport flag (e.g., sse or streamable-http).
其他 分类下的更多 MCP 服务器
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
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.

EverArt
modelcontextprotocolModel Context Protocol Servers
Codelf
unbugA search tool helps dev to solve the naming things problem.
评论