MCP Catalogs
Home

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
Score4677
Official
Categories
AI / LLM ToolsDeveloper ToolsOther
File SystemDeveloper ToolsProductivity
LanguagePythonTypeScript
Last commit7 mo agothis 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:

  1. Open HACS and search for 'xiaozhi' or 'ha-mcp-for-xiaozhi'
  2. Download the integration
  3. Restart Home Assistant
  4. Go to Settings > Devices & Services > Add Integration
  5. 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.

Comparison generated from public README + GitHub signals. Last updated automatically.