Chengshaoqi MCP

by ChengShaoqi

235 downloads
Not rated
GitHub

About

Mcp 是一个基于高德开放平台 API 的 Model Context Protocol 服务器,用于在 Cursor 等 MCP 客户端中集成高德地图服务。它需要用户提供高德开放平台的 API Key 才能工作。

Details

Author
ChengShaoqi
Downloads
235
Categories
Other, API

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:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Chengshaoqi MCP
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. 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"
        ]
    }
}

使用说明

1. 需要在 高德开放平台 注册账号,并在 我的应用 创建 api key

2. 在cursor中配置mcp服务器,示例如下:

   {
     "mcpServers": {
       "gaode": {
         "command": "uvx",
         "args": [
           "gaode-mcp-server",
           "--key",
           "第一步创建的api key"
         ]
       }
     }
   }
   
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.