Skip to main content
ClaudeWave

Open-source AI assistant ecosystem with MCP integrations, multimodal workflows, IoT support, and cross-platform voice interaction.

MCP Servers3.4k stars701 forksPythonMITUpdated 2d ago
Editor's note

py-xiaozhi is a Python-based, cross-platform AI assistant framework that connects large language models to voice interfaces, cameras, and physical hardware. It runs on Windows, macOS, Linux, and ARM embedded boards including Raspberry Pi and Jetson Nano, and supports three UI modes: a PySide6/QML graphical interface, a command-line interface, and a GPIO mode for robotics. The project integrates with Claude and other LLMs through an MCP tool ecosystem built on JSON-RPC 2.0, exposing modular servers for music playback, camera capture, screenshot retrieval, app management, weather queries, and volume control. Voice input uses the Opus codec with RFC 6716 TOC parsing for sub-20ms latency, while offline wake word detection runs locally via Sherpa-ONNX models without sending audio to the cloud. A concrete standout is that D-Robotics officially adopted py-xiaozhi as an upstream dependency in their xiaozhi-in-rdk project. Developers building embodied AI agents, IoT prototypes, or voice-controlled robotics platforms with MCP-compatible LLMs are the primary audience.

ClaudeWave Trust Score
100/100
Verified
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Healthy fork ratio
  • Clear description
  • Topics declared
  • Mature repo (>1y old)
Last scanned: 6/11/2026
Install in Claude Code / Claude Desktop
Method: UVX (Python) · py-xiaozhi
Claude Code CLI
claude mcp add py-xiaozhi -- uvx py-xiaozhi
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "py-xiaozhi": {
      "command": "uvx",
      "args": ["py-xiaozhi"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Package name inferred from the repository name. Verify it exists on PyPI, or clone https://github.com/huangjunsen0406/py-xiaozhi and follow its README.
Use cases

MCP Servers overview

README preview not available. Visit the repo on GitHub for full documentation.
cross-platformedge-computingembodied-aiesp32esp32-s3iotmcpmcp-clientmcp-servermulti-modalpythonraspberry-piroboticsvoice-assistantxiaozhi-esp32

What people ask about py-xiaozhi

What is huangjunsen0406/py-xiaozhi?

+

huangjunsen0406/py-xiaozhi is mcp servers for the Claude AI ecosystem. Open-source AI assistant ecosystem with MCP integrations, multimodal workflows, IoT support, and cross-platform voice interaction. It has 3.4k GitHub stars and was last updated 2d ago.

How do I install py-xiaozhi?

+

You can install py-xiaozhi by cloning the repository (https://github.com/huangjunsen0406/py-xiaozhi) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is huangjunsen0406/py-xiaozhi safe to use?

+

Our security agent has analyzed huangjunsen0406/py-xiaozhi and assigned a Trust Score of 100/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.

Who maintains huangjunsen0406/py-xiaozhi?

+

huangjunsen0406/py-xiaozhi is maintained by huangjunsen0406. The last recorded GitHub activity is from 2d ago, with 1 open issues.

Are there alternatives to py-xiaozhi?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy py-xiaozhi to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: huangjunsen0406/py-xiaozhi
[![Featured on ClaudeWave](https://claudewave.com/api/badge/huangjunsen0406-py-xiaozhi)](https://claudewave.com/repo/huangjunsen0406-py-xiaozhi)
<a href="https://claudewave.com/repo/huangjunsen0406-py-xiaozhi"><img src="https://claudewave.com/api/badge/huangjunsen0406-py-xiaozhi" alt="Featured on ClaudeWave: huangjunsen0406/py-xiaozhi" width="320" height="64" /></a>

More MCP Servers