Openclaw-Xiaozhi-MCP-Server

Cmdmac/Openclaw-Xiaozhi-MCP-Server
★ 0 stars Python 📦 Other Updated today
OpenClaw和Xiaozhi之间的MCP通道
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "openclaw-xiaozhi-mcp": {
      "command": "uvx",
      "args": [
        "openclaw-xiaozhi-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install openclaw-xiaozhi-mcp-server