Agentic Tools
Agent Tool and Skills for VR Development on Meta Quest
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
Maintainer
Works with
Installation
NPM
npx -y @meta-quest/hzdbManual Installation
npx -y @meta-quest/hzdbConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
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)
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.
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 --versionInstall 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 claudeExplore 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 --helpConnect 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 listConfigure 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.
Agentic Tools Alternatives — Similar Developer Tools Servers
Looking for alternatives to Agentic Tools? Here are other popular developer tools servers you can use with Claude, Cursor, and VS Code.
Ecc
★ 188.2kThe agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
Javaguide
★ 155.8kJava 面试 & 后端通用面试指南,覆盖计算机基础、数据库、分布式、高并发、系统设计与 AI 应用开发
Gemini CLI
★ 104.5kA secure MCP server that wraps the Google Gemini CLI, allowing clients to query Gemini models using local OAuth sessions without requiring an API key. It provides tools for model interaction and diagnostics with built-in protection against command in
Awesome MCP Servers
★ 87.3k⭐ Curated list of Model Context Protocol (MCP) servers - tools that extend Claude Desktop, Cursor, Windsurf, and other MCP clients with custom capabilities.
MCP Servers
★ 86.0kModel Context Protocol Servers
CC Switch
★ 77.5kA cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Gemini CLI & Hermes Agent. Only official website: ccswitch.io
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.
Set Up Agentic Tools in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
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.