ha-mcp-for-xiaozhi vs filesystem
Side-by-side comparison to help you pick between these two MCP servers.
ha-mcp-for-xiaozhi by c1pher-cn | filesystem by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 234 | ★ 85,748 |
| 30d uses | — | — |
| Score | 46 | 77 |
| Official | — | ✓ |
| Categories | AI / LLM ToolsDeveloper ToolsOther | File SystemDeveloper ToolsProductivity |
| Language | Python | TypeScript |
| Last commit | 7 mo ago | this month |
ha-mcp-for-xiaozhi · Summary
Home Assistant MCP server for Xiaozhi AI enabling direct integration with voice assistants.
filesystem · Summary
A feature-rich MCP server for filesystem operations with dynamic directory access control.
ha-mcp-for-xiaozhi · Use cases
- Voice control of Home Assistant devices through Xiaozhi AI assistant
- Integration of multiple MCP servers with Xiaozhi for extended functionality
- Creating custom scripts for complex device automation via voice commands
filesystem · Use cases
- Enable AI models to read and write project files during development
- Allow Claude or other MCP clients to browse and analyze codebases
- Provide secure sandboxed access to specific directories for content generation
ha-mcp-for-xiaozhi · Install
Install via HACS in Home Assistant:
- Open HACS and search for 'xiaozhi' or 'ha-mcp-for-xiaozhi'
- Download the integration
- Restart Home Assistant
- Go to Settings > Devices & Services > Add Integration
- Search for 'MCP Server for Xiaozhi' and configure with your Xiaozhi MCP endpoint
filesystem · Install
Installation
Using NPX
{
"mcpServers": {
"filesystem": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-filesystem",
"/path/to/allowed/directory"
]
}
}
}Using Docker
{
"mcpServers": {
"filesystem": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"--mount", "type=bind,src=/path/to/allowed/dir,dst=/projects/allowed/dir",
"mcp/filesystem",
"/projects"
]
}
}
}VS Code Extension
Click the installation buttons in the README to install directly in VS Code.