MCP Hub
Back to servers

@meta-quest/hzdb-win32-x64

Validation Failed

Horizon Debug Bridge (hzdb) - CLI and MCP server for Meta Quest development, device management, performance tracing, and AI-assisted workflows (win32-x64 binary)

npm35/wk
Stars
3
Updated
Mar 9, 2026
Validated
Mar 10, 2026

Validation Error:

Process exited with code 1. stderr: npm error could not determine executable to run npm error A complete log of this run can be found in: /home/runner/.npm/_logs/2026-03-10T02_54_23_471Z-debug-0.log

Quick Install

npx -y @meta-quest/hzdb-win32-x64

meta-quest/agentic-tools

License: Apache 2.0 Meta Quest

Agent skills for Meta Quest and Horizon OS development.

MCP Server

hzdb includes a built-in Model Context Protocol (MCP) server with 40+ tools for device management, app control, file operations, documentation search, performance tracing, and more. This lets AI coding assistants interact directly with your Meta Quest device.

Install the MCP server into your AI tool

# Claude Code
npx -y @meta-quest/hzdb mcp install claude-code

# Claude Desktop
npx -y @meta-quest/hzdb mcp install claude-desktop

# Cursor
npx -y @meta-quest/hzdb mcp install cursor

# VS Code / VS Code Insiders
npx -y @meta-quest/hzdb mcp install vscode
npx -y @meta-quest/hzdb mcp install vscode-insiders

# Windsurf
npx -y @meta-quest/hzdb mcp install windsurf

# Zed
npx -y @meta-quest/hzdb mcp install zed

# Android Studio (Gemini)
npx -y @meta-quest/hzdb mcp install android-studio

# Gemini CLI
npx -y @meta-quest/hzdb mcp install gemini-cli

# OpenAI Codex CLI
npx -y @meta-quest/hzdb mcp install codex

# LM Studio
npx -y @meta-quest/hzdb mcp install lm-studio

# OpenCode
npx -y @meta-quest/hzdb mcp install open-code

# Google Antigravity (Gemini)
npx -y @meta-quest/hzdb mcp install antigravity

# Generic project-local config
npx -y @meta-quest/hzdb mcp install project

Or start the MCP server directly:

npx -y @meta-quest/hzdb mcp server

What is this?

meta-quest/agentic-tools is an agent skills plugin for Claude Code, GitHub Copilot CLI, and Cursor that provides 13 agent skills for Meta Quest development. The skills cover the full development lifecycle — from project scaffolding and code review to performance profiling and device debugging.

Skills are powered by the hzdb (Horizon Debug Bridge) CLI, which provides device management, app management, performance tooling, and documentation search through both direct commands and an MCP server.

Prerequisites

  • Node.js 18 or later
  • hzdb CLI — install globally or use via npx:
    npm install -g @meta-quest/hzdb
    
  • Meta Quest device with Developer Mode enabled (for on-device skills)

Installation

Claude Code

From the Claude Code marketplace:

/plugin marketplace add meta-quest/agentic-tools
/plugin install agentic-tools@meta-quest

Or clone and add locally:

git clone https://github.com/meta-quest/agentic-tools.git
claude plugin add ./agentic-tools

GitHub Copilot CLI

copilot plugin install meta-quest/agentic-tools

Cursor

Install from the Cursor marketplace, or clone and add locally:

git clone https://github.com/meta-quest/agentic-tools.git

Then open Cursor Settings > Plugins and add the cloned directory as a local plugin.

Skills

SkillDescription
hzdb-cliComplete hzdb CLI reference — installation, all commands, MCP server, deep-dive docs
hz-perfetto-debugVR performance analysis with Perfetto traces
hz-new-project-creationScaffold new Quest projects (Unity, Unreal, Spatial SDK, WebXR)
hz-xr-simulator-setupSet up Meta XR Simulator for device-free testing
hz-unity-code-reviewReview Unity code for Quest performance best practices
hz-android-2d-portingPort Android 2D apps to Quest / Horizon OS
hz-iwsdk-webxrBuild WebXR experiences with the Immersive Web SDK
hz-api-upgradeMigrate apps to newer Horizon OS SDK versions
hz-immersive-designerUX design principles for VR/MR
hz-spatial-sdkBuild native spatial apps with Meta Spatial SDK
hz-vr-debugDebug Quest apps using the hzdb CLI
hz-vrc-checkValidate apps against VRC store publishing requirements
hz-platform-sdkHorizon Platform SDK Android/Kotlin integration (17 API packages)

hzdb CLI quick reference

hzdb organizes commands into groups:

Command groupPurpose
hzdb deviceList, connect, reboot, and query connected Quest devices
hzdb appInstall, launch, stop, and inspect apps on a device
hzdb captureCapture screenshots
hzdb filesManage files on the device (ls, push, pull, rm)
hzdb perfCapture and analyze Perfetto performance traces
hzdb docsSearch Meta Quest developer documentation
hzdb assetSearch Meta's 3D asset library
hzdb configManage CLI configuration settings
hzdb logView device logs (shortcut for adb logcat)
hzdb shellRun shell commands on the device
hzdb adbDirect ADB passthrough commands
hzdb mcpStart the MCP server for AI-agent integration

Run npx -y @meta-quest/hzdb --help or npx -y @meta-quest/hzdb <group> --help for full usage details.

Repository structure

.
├── .claude-plugin/          # Claude Code plugin configuration
│   ├── plugin.json          # Plugin metadata (name, version, keywords)
│   └── marketplace.json     # Marketplace listing
├── .cursor-plugin/          # Cursor plugin configuration
│   ├── plugin.json          # Plugin manifest with skills paths
│   └── marketplace.json     # Marketplace listing
├── .github/plugin/          # GitHub Copilot CLI plugin configuration
│   ├── plugin.json          # Plugin metadata with skills paths
│   └── marketplace.json     # Marketplace listing
├── docs/
│   └── hzdb.md              # Full hzdb CLI reference (auto-generated)
├── skills/                  # One directory per skill (each is standalone)
│   ├── hzdb-cli/
│   ├── hz-perfetto-debug/
│   ├── hz-new-project-creation/
│   ├── hz-xr-simulator-setup/
│   ├── hz-unity-code-review/
│   ├── hz-android-2d-porting/
│   ├── hz-iwsdk-webxr/
│   ├── hz-api-upgrade/
│   ├── hz-immersive-designer/
│   ├── hz-spatial-sdk/
│   ├── hz-vr-debug/
│   ├── hz-vrc-check/
│   └── hz-platform-sdk/
├── LICENSE                  # Apache 2.0
├── AGENTS.md                # Agent navigation guide
├── CLAUDE.md                # Symlink → AGENTS.md
├── CODE_OF_CONDUCT.md
├── CONTRIBUTING.md
├── SECURITY.md
└── README.md

Each skill directory contains a SKILL.md file (the skill prompt) and a references/ subdirectory with supporting documentation. Every skill is fully standalone — no cross-references between skills.

Contributing

We welcome contributions! Please read our Contributing Guide for details on how to submit pull requests, report issues, and contribute to the project.

Code of Conduct

This project follows the Contributor Covenant Code of Conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to opensource-conduct@meta.com.

License

Apache 2.0 — see LICENSE for details.

Copyright (c) 2025 Meta Platforms, Inc.

Reviews

No reviews yet

Sign in to write a review