Agentic Tools

v1.2.0Developer Toolsstable

Agent Tool and Skills for VR Development on Meta Quest

adbclidev-toolshorizon-osmcp
Share:
68
Stars
0
Downloads
0
Weekly
0/5

What is Agentic Tools?

Agentic Tools is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to agent tool and skills for vr development on meta quest

Agent Tool and Skills for VR Development on Meta Quest

This server falls under the Developer Tools category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • Agent Tool and Skills for VR Development on Meta Quest

Use Cases

Access tools for VR development on Meta Quest.
Use ADB and Horizon OS development utilities.
Build and debug Meta Quest applications through AI.
meta-quest

Maintainer

LicenseApache-2.0
Languagetypescript
Versionv1.2.0
UpdatedMay 21, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

NPM

npx -y @meta-quest/hzdb

Manual Installation

npx -y @meta-quest/hzdb

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Agentic Tools

Meta Quest Agentic Tools is an MCP server that gives AI assistants direct access to Meta VR developer utilities through the `metavr` CLI. It connects to Meta Quest devices via ADB and the Horizon OS toolchain, enabling device management, app deployment, performance profiling, and file operations — all driven by natural language inside your AI client. Developers building mixed-reality applications for Meta Quest can use this server to streamline their iteration loop without leaving their AI coding environment.

Prerequisites

  • Node.js 18 or later (for npx)
  • Meta Quest device with Developer Mode enabled
  • USB cable or Wi-Fi ADB pairing configured between your machine and the device
  • An MCP-compatible client such as Claude Desktop, Cursor, VS Code, or Gemini CLI
  • ADB installed and accessible in your PATH (for device-specific features)
1

Enable Developer Mode on your Meta Quest

In the Meta Quest mobile app, go to Devices > select your headset > Developer Mode and toggle it on. This allows ADB connections to the device.

2

Verify Node.js and npx are available

The server runs via the `metavr` CLI distributed as an npm package. Confirm npx is available so no global install is needed.

node --version && npx --version
3

Install the MCP server into your AI client

Use the `metavr mcp install` command to auto-configure the server for your chosen tool. Replace `<tool-name>` with claude, cursor, vscode, windsurf, or gemini.

npx -y metavr mcp install claude
4

Explore available command groups

The `metavr` CLI is organized into groups covering device management, app control, file operations, and performance analysis. Run the help command to see all groups.

npx -y metavr --help
5

Connect your device and verify detection

Plug in your Meta Quest or pair it over Wi-Fi ADB, then use the device list command to confirm the server sees your headset.

npx -y metavr device list
6

Configure your MCP client manually (if needed)

If the auto-install step did not work for your client, add the server block manually to your client configuration file.

Agentic Tools Examples

Client configuration

Add this block to your Claude Desktop or Cursor MCP configuration file to enable the Meta Quest Agentic Tools server.

{
  "mcpServers": {
    "meta-quest": {
      "command": "npx",
      "args": ["-y", "metavr", "mcp", "serve"]
    }
  }
}

Prompts to try

After connecting your Quest device, these natural-language prompts drive the metavr toolchain through the MCP server.

- "List all connected Meta Quest devices"
- "Install my-app.apk on the connected Quest headset"
- "Launch com.example.myapp on the device"
- "Capture a screenshot from the headset and save it locally"
- "Show device logs filtered to my app's package name"
- "Pull a Perfetto performance trace from the device"

Troubleshooting Agentic Tools

Device not detected after running `device list`

Confirm Developer Mode is on, reconnect the USB cable, and run `adb devices` to verify the host ADB daemon sees the headset. Accept the 'Allow USB Debugging' prompt inside the headset.

`npx -y metavr` fails with a resolution error

Ensure you have Node.js 18+ installed. If you use Bun, substitute `bunx metavr` for all npx invocations. Clear the npx cache with `npx clear-npx-cache` and retry.

MCP client does not show Meta Quest tools after configuration

Re-run `npx -y metavr mcp install <tool-name>` for your specific client. For manual configs, confirm the JSON is valid and the client was restarted after saving.

Frequently Asked Questions about Agentic Tools

What is Agentic Tools?

Agentic Tools is a Model Context Protocol (MCP) server that agent tool and skills for vr development on meta quest It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Agentic Tools?

Install via npm with the command: npx -y @meta-quest/hzdb. Then add the server configuration to your AI client's JSON config file (e.g., claude_desktop_config.json or .cursor/mcp.json).

Which AI clients work with Agentic Tools?

Agentic Tools works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Agentic Tools free to use?

Yes, Agentic Tools is open source and available under the Apache-2.0 license. You can use it freely in both personal and commercial projects.

Browse More Developer Tools MCP Servers

Explore all developer tools servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "agentic-tools": { "command": "npx", "args": ["-y", "@meta-quest/hzdb"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Agentic Tools?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides