xiaozhi-mcp-server

SHYMOM/xiaozhi-mcp-server
★ 0 stars C AI/LLM Updated 2d ago
Backend MCP server for the Xiaozhi ESP32-S3 AI Assistant, providing advanced LLM tool integrations, system commands, and context processing.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "xiaozhi-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "SHYMOM/xiaozhi-mcp-server"
      ]
    }
  }
}