zeroclaw

GitHub

Fast, small, and fully autonomous AI personal assistant infrastructure, any OS, any platform โ€” deploy anywhere, swap anything ๐Ÿฆ€

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "zeroclaw": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-zeroclaw"
      ]
    }
  }
}