AI / ML|IoT|CommunicationC++
xiaozhi-esp32
An MCP-based chatbot that leverages AI capabilities for voice interaction and multi-terminal control.
N/A rating (0 reviews)0 installs25,466 GitHub stars
chatbotMCPvoice interaction
The XiaoZhi AI chatbot utilizes large models like Qwen and DeepSeek for advanced voice interactions. It supports various communication protocols and device control through the MCP protocol, making it versatile for smart home applications and more.
Compatible with
Claude DesktopCursor
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"xiaozhi-esp32": {
"args": [
"-y",
"@modelcontextprotocol/server-xiaozhi-esp32"
],
"command": "npx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.