ultimate_mcp_server vs agentic-tools
Side-by-side comparison to help you pick between these two MCP servers.
ultimate_mcp_server by Dicklesworthstone | agentic-tools by meta-quest | |
|---|---|---|
| Stars | ★ 149 | ★ 59 |
| 30d uses | — | — |
| Score | 85 | 49 |
| Official | — | — |
| Categories | AI / LLM ToolsBrowser AutomationFile System | Developer ToolsAI / LLM ToolsOps & Infra |
| Language | Python | — |
| Last commit | 2 mo ago | this month |
ultimate_mcp_server · Summary
Comprehensive MCP server providing dozens of capabilities for AI agents including LLM delegation, browser automation, document processing, and cognitive memory systems.
agentic-tools · Summary
MCP server with 40+ tools for Meta Quest device management, app control, and VR development.
ultimate_mcp_server · Use cases
- Complex document processing and analysis with OCR and structured data extraction
- Web automation and research across multiple sites with browser control
- Cost-optimized AI workflows through intelligent task delegation between models
agentic-tools · Use cases
- Directly control Meta Quest devices from AI coding assistants for testing and debugging
- Automate VR app deployment and management through AI-powered tool calling
- Access Meta Quest documentation and API references in real-time during development
ultimate_mcp_server · Install
Installation
- Clone the repository:
git clone https://github.com/Dicklesworthstone/ultimate_mcp_server.git
cd ultimate_mcp_server- Install dependencies:
pip install -e .- For Claude Desktop integration, add to your claude_desktop_config.json:
{
"mcpServers": {
"ultimate-mcp": {
"command": "python",
"args": ["-m", "ultimate_mcp_server"],
"env": {
"PYTHONPATH": "."
}
}
}
}- Run the server:
python -m ultimate_mcp_serveragentic-tools · Install
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 server