1. Conduid
  2. Communication
  3. Xiaozhi Esp32
MCP server · Communication

Xiaozhi Esp32

An MCP-based chatbot | 一个基于MCP的聊天机器人

Unclaimed MIT last commit 6 months ago chatbotmcpesp32comms
92Excellent

Scored yesterday · breakdown

About Xiaozhi Esp32

Xiaozhi Esp32 is an MCP server published by 78 in the Communication category: an MCP-based chatbot | 一个基于MCP的聊天机器人. It has been installed 0 times through Conduid.

The repository has 24K stars and 5.2K forks, with the last commit 6 months ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx xiaozhi-esp32

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Xiaozhi Esp32

Powered by Claude · Grounded in docs

I know everything about Xiaozhi Esp32. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

Releases

v2.4.2v2.4.2 · 6 Aug 2026Firmware Builder (New) A new firmware builder is available at: https://xiaozhi.me/console/firmware-builder What's Changed Add support for LCD Wiki ES3C35P board configuration and files by @Eivs in…
v2.4.0v2.4.0 · 19 Jul 2026What's Changed chore: temporarily disable touch sensor for ESP-VoCat on IDF v6 by @laride in https://github.com/78/xiaozhi-esp32/pull/2118 feat(otto): update GIF emoji component to v1.3.0 by @txp666 in…
v2.2.6v2.2.6 · 19 Apr 2026What's Changed Rename EchoEar to ESP-VoCat by @laride in https://github.com/78/xiaozhi-esp32/pull/1827 Add support for waveshare ESP32-S3-ePaper-3.97 by @DrayxR3X in https://github.com/78/xiaozhi-esp32/pull/1808 fix: add explicit UTF-8…
v2.2.4v2.2.4 · 9 Mar 2026What's Changed Add support for both hardware versions of waveshare-s3-epaper-1.54 by @alexxed in https://github.com/78/xiaozhi-esp32/pull/1583 Fix setupui by @78 in https://github.com/78/xiaozhi-esp32/pull/1777 fix: waveshare…
v2.2.3v2.2.3 · 17 Feb 2026What's Changed Fix afe by @78 in https://github.com/78/xiaozhi-esp32/pull/1739 在Display基类中添加SetupUI虚函数 by @baidxi in https://github.com/78/xiaozhi-esp32/pull/1742 Waveshare products adjustment by @Y1hsiaochunnn in…

README

An MCP-based Chatbot

(English | 中文 | 日本語)

Introduction

👉 Human: Give AI a camera vs AI: Instantly finds out the owner hasn't washed hair for three days【bilibili】

👉 Handcraft your AI girlfriend, beginner's guide【bilibili】

As a voice interaction entry, the XiaoZhi AI chatbot leverages the AI capabilities of large models like Qwen / DeepSeek, and achieves multi-terminal control via the MCP protocol.

Version Notes

The current v2 version is incompatible with the v1 partition table, so it is not possible to upgrade from v1 to v2 via OTA. For partition table details, see partitions/v2/README.md.

All hardware running v1 can be upgraded to v2 by manually flashing the firmware.

The stable version of v1 is 1.9.2. You can switch to v1 by running git checkout v1. The v1 branch will be maintained until February 2026.

Features Implemented

  • Wi-Fi / ML307 Cat.1 4G
  • Offline voice wake-up ESP-SR
  • Supports two communication protocols (Websocket or MQTT+UDP)
  • Uses OPUS audio codec
  • Voice interaction based on streaming ASR + LLM + TTS architecture
  • Speaker recognition, identifies the current speaker 3D Speaker
  • OLED / LCD display, supports emoji display
  • Battery display and power management
  • Multi-language support (Chinese, English, Japanese)
  • Supports ESP32-C3, ESP32-S3, ESP32-P4 chip platforms
  • Device-side MCP for device control (Speaker, LED, Servo, GPIO, etc.)
  • Cloud-side MCP to extend large model capabilities (smart home control, PC desktop operation, knowledge search, email, etc.)
  • Customizable wake words, fonts, emojis, and chat backgrounds with online web-based editing (Custom Assets Generator)

Hardware

Breadboard DIY Practice

See the Feishu document tutorial:

👉 "XiaoZhi AI Chatbot Encyclopedia"

Breadboard demo:

Breadboard Demo

Supports 70+ Open Source Hardware (Partial List)

  • LiChuang ESP32-S3 Development Board
  • Espressif ESP32-S3-BOX3
  • M5Stack CoreS3
  • M5Stack AtomS3R + Echo Base
  • Magic Button 2.4
  • Waveshare ESP32-S3-Touch-AMOLED-1.8
  • LILYGO T-Circle-S3
  • XiaGe Mini C3
  • CuiCan AI Pendant
  • WMnologo-Xingzhi-1.54TFT
  • SenseCAP Watcher
  • ESP-HI Low Cost Robot Dog

Software

Firmware Flashing

For beginners, it is recommended to use the firmware that can be flashed without setting up a development environment.

The firmware connects to the official xiaozhi.me server by default. Personal users can register an account to use the Qwen real-time model for free.

👉 Beginner's Firmware Flashing Guide

Development Environment

  • Cursor or VSCode
  • Install ESP-IDF plugin, select SDK version 5.4 or above
  • Linux is better than Windows for faster compilation and fewer driver issues
  • This project uses Google C++ code style, please ensure compliance when submitting code

Developer Documentation

Large Model Configuration

If you already have a XiaoZhi AI chatbot device and have connected to the official server, you can log in to the xiaozhi.me console for configuration.

👉 Backend Operation Video Tutorial (Old Interface)

Related Open Source Projects

For server deployment on personal computers, refer to the following open-source projects:

Other client projects using the XiaoZhi communication protocol:

Custom Assets Tools:

About the Project

This is an open-source ESP32 project, released under the MIT license, allowing anyone to use it for free, including for commercial purposes.

We hope this project helps everyone understand AI hardware development and apply rapidly evolving large language models to real hardware devices.

If you have any ideas or suggestions, please feel free to raise Issues or join our Discord or QQ group: 994694848

Star History

README mirrored from the source repository yesterday. The original is authoritative.

Questions

About Xiaozhi Esp32

How do I install Xiaozhi Esp32?

Run npx xiaozhi-esp32, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Xiaozhi Esp32 safe to use with an AI agent?

Its trust score is 92 out of 100 (excellent). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Xiaozhi Esp32 still maintained?

Yes — the latest release is v2.4.2 (6 Aug 2026), and the last commit was 6 months ago. The repository has 24K stars and 0 open issues.