Mcp
@ChengShaoqi
About Mcp
mcp server
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"gaode": {
"command": "uvx",
"args": [
"gaode-mcp-server",
"--key",
"第一步创建的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
什么是Mcp?
Mcp 是一个基于高德开放平台 API 的 Model Context Protocol 服务器,用于在 Cursor 等 MCP 客户端中集成高德地图服务。它需要用户提供高德开放平台的 API Key 才能工作。
如何使用Mcp?
用户需先在高德开放平台注册账号并创建 API Key,然后在 Cursor 的 MCP 配置文件中添加名为 gaode 的服务,指定命令为 uvx gaode-mcp-server --key <你的API Key>。
关键特性
- 需要高德开放平台 API Key
- 通过
uvx命令运行 - 专为 Cursor 等 MCP 客户端设计
- 提供高德地图相关能力(具体能力由高德 API 决定)
使用场景
- 在 Cursor 中调用高德地图位置查询或导航功能
- 利用高德地理编码、逆地理编码服务
- 集成高德地图 POI 搜索至 AI 工作流
常见问题(FAQ)
使用这个服务器必须注册高德开放平台吗?
是的,必须先在 高德开放平台 注册账号,并在“我的应用”中创建 API Key。
如何配置 Mcp 服务器?
在 Cursor 的 mcpServers 配置中添加如下 JSON 块(将 key 替换为实际 API Key):
{
"mcpServers": {
"gaode": {
"command": "uvx",
"args": ["gaode-mcp-server", "--key", "你的API Key"]
}
}
}
这个服务器需要安装其他依赖吗?
README 未列出额外依赖,只需确保 uvx 可用即可。
服务器传输方式是什么?
README 未说明,但通常 MCP 服务器通过标准输入/输出(stdio)进行通信。
数据存储在何处?
README 未说明数据存储细节,API 请求直接发往高德开放平台。
More Other MCP servers
Servers
modelcontextprotocolModel Context Protocol Servers
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers

EverArt
modelcontextprotocolModel Context Protocol Servers
Comments