MCP Catalogs
Home

agentic-tools

by meta-quest·59·Score 49

MCP server with 40+ tools for Meta Quest device management, app control, and VR development.

developer-toolsai-llmops-infra
5
Forks
2
Open issues
this month
Last commit
2d ago
Indexed

Overview

This MCP server is part of the Meta Quest Agentic Tools ecosystem, providing direct integration between AI coding assistants and Meta Quest devices. The server exposes over 40 tools through the Model Context Protocol, enabling AI assistants to manage devices, control apps, perform file operations, search documentation, analyze performance traces, and more. The tools are packaged with the hzdb (Horizon Debug Bridge) CLI, which serves as the foundation for the MCP server functionality.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:Directly control Meta Quest devices from AI coding assistants for testing and debugging
you:Automate VR app deployment and management through AI-powered tool calling
you:Access Meta Quest documentation and API references in real-time during development
you:What is the hzdb CLI?
you:Which AI tools support this MCP server?

When to choose this

Choose this MCP server when developing or debugging Meta Quest VR applications and you want direct device control and performance analysis through your AI coding assistant.

When NOT to choose this

Don't choose this if you're not working with Meta Quest hardware or if you need MCP support for platforms outside the Quest ecosystem.

Tools this server exposes

12 tools extracted from the README
  • device

    List, connect, reboot, and query connected Quest devices

  • app

    Install, launch, stop, and inspect apps on a device

  • capture

    Capture screenshots from the device

  • files

    Manage files on the device (list, push, pull, delete)

  • perf

    Capture and analyze Perfetto performance traces

  • docs

    Search Meta Quest developer documentation

  • asset

    Search Meta's 3D asset library

  • log

    View device logs (shortcut for adb logcat)

  • shell

    Run shell commands on the device

  • adb

    Direct ADB passthrough commands

  • config

    Manage CLI configuration settings

  • mcp

    Start the MCP server for AI-agent integration

Note: Extracted from the hzdb CLI command group documentation in the README.

Comparable tools

adb-mcpquest-dev-toolshorizon-debug-cli

Installation

Installation

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

FAQ

What is the hzdb CLI?
hzdb (Horizon Debug Bridge) is the CLI tool that powers this MCP server, providing device management, app control, performance tooling, and documentation search for Meta Quest and Horizon OS development.
Which AI tools support this MCP server?
The MCP server is designed to work with Claude Code, Claude Desktop, Cursor, VS Code, Windsurf, Zed, Android Studio, Gemini CLI, OpenAI Codex CLI, LM Studio, OpenCode, and Google Antigravity.

Compare agentic-tools with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.