agentic-tools
by meta-quest·★ 59·Score 49
MCP server with 40+ tools for Meta Quest device management, app control, and VR development.
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:
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 READMEdeviceList, connect, reboot, and query connected Quest devices
appInstall, launch, stop, and inspect apps on a device
captureCapture screenshots from the device
filesManage files on the device (list, push, pull, delete)
perfCapture and analyze Perfetto performance traces
docsSearch Meta Quest developer documentation
assetSearch Meta's 3D asset library
logView device logs (shortcut for adb logcat)
shellRun shell commands on the device
adbDirect ADB passthrough commands
configManage CLI configuration settings
mcpStart the MCP server for AI-agent integration
Note: Extracted from the hzdb CLI command group documentation in the README.
Comparable tools
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 projectOr start the MCP server directly:
npx -y @meta-quest/hzdb mcp serverFAQ
- 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
Last updated · Auto-generated from public README + GitHub signals.