Chengshaoqi MCP
About
Mcp 是一个基于高德开放平台 API 的 Model Context Protocol 服务器,用于在 Cursor 等 MCP 客户端中集成高德地图服务。它需要用户提供高德开放平台的 API Key 才能工作。
Details
- Author
- ChengShaoqi
- Downloads
- 235
- Categories
- Other, API
Jump to
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Chengshaoqi MCPCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
{
"mcpServers": {
"gaode": {
"command": "uvx",
"args": [
"gaode-mcp-server",
"--key",
"\u7b2c\u4e00\u6b65\u521b\u5efa\u7684api key"
]
}
}
}
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"chengshaoqi mcp": {
"gaode": {
"command": "uvx",
"args": [
"gaode-mcp-server",
"--key",
"\u7b2c\u4e00\u6b65\u521b\u5efa\u7684api key"
]
}
}
}
}
McpServers
{
"gaode": {
"command": "uvx",
"args": [
"gaode-mcp-server",
"--key",
"\u7b2c\u4e00\u6b65\u521b\u5efa\u7684api key"
]
}
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




