xiaozhi-esp32-server (MCP Server)

GitHub

本项目为xiaozhi-esp32提供后端服务,帮助您快速搭建ESP32设备控制服务器。Backend service for xiaozhi-esp32, helps you quickly build an ESP32 device control server.

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "xiaozhi-esp32-server": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-xiaozhi-esp32-server"
      ]
    }
  }
}