MCP ExplorerExplorer

Xiaozhi Baidumap Mcp

@ailearncoderon 20 days ago
1 MIT
FreeCommunity
AI Systems
# XiaoZhi App Baidu Navigation MCP

Overview

What is Xiaozhi Baidumap Mcp

xiaozhi_baidumap_mcp is a microservice designed for the XiaoZhi App, providing integration with Baidu Navigation services.

Use cases

Use cases include providing navigation directions in mobile apps, integrating location-based services in web applications, and enhancing user experience with real-time navigation updates.

How to use

To use xiaozhi_baidumap_mcp, configure the MCP server with the provided command and arguments in your application environment, ensuring to set the correct index and allow insecure hosts if necessary.

Key features

Key features include seamless integration with Baidu’s navigation API, support for debugging, and the ability to run in a secure or insecure environment based on user needs.

Where to use

xiaozhi_baidumap_mcp can be used in mobile applications, web applications, and any software that requires navigation functionalities powered by Baidu services.

Content

开发参考

https://lbsyun.baidu.com/faq/api?title=webapi/uri/andriod

MCP Usage

{
  "mcpServers": {
    "xiaozhi-baidumap-mcp": {
      "command": "uvx",
      "type": "stdio",
      "args": [
        "--index",
        "https://pypi.mac.axyz.cc:30923/simple",
        "--allow-insecure-host",
        "pypi.mac.axyz.cc",
        "xiaozhi-baidumap-mcp"
      ],
      "env": {}
    }
  }
}

for debug

{
  "mcpServers": {
    "xiaozhi-baidu-map-debug": {
      "command": "uv",
      "args": [
        "run",
        "--directory",
        "/Users/panxuesen/Documents/vscode-code/python/xiaozhi_baidumap_mcp",
        "xiaozhi-baidumap-mcp"
      ],
      "env": {
        "PC_DEBUG": "true"
      }
    }
  }
}

Tools

No tools

Comments