ultimate_mcp_server vs unity-mcp-pro-plugin
Side-by-side comparison to help you pick between these two MCP servers.
ultimate_mcp_server by Dicklesworthstone | unity-mcp-pro-plugin by youichi-uda | |
|---|---|---|
| Stars | ★ 149 | ★ 58 |
| 30d uses | — | — |
| Score | 85 | 48 |
| Official | — | — |
| Categories | AI / LLM ToolsBrowser AutomationFile System | Developer ToolsAI / LLM ToolsOther |
| Language | Python | C# |
| Last commit | 2 mo ago | 1 mo ago |
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.
unity-mcp-pro-plugin · Summary
Unity MCP Pro plugin provides 280+ AI tools for Unity development via WebSocket MCP connection.
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
unity-mcp-pro-plugin · Use cases
- AI-assisted GameObject manipulation in Unity scenes with full undo history
- Script generation and optimization through direct MCP tool calls
- Material and shader editing via AI assistants with real-time preview
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_serverunity-mcp-pro-plugin · Install
Installation
Unity Package Manager
- Open Unity → Window → Package Manager
- Click + → Add package from git URL...
- Enter:
https://github.com/youichi-uda/unity-mcp-pro-plugin.git
Alternative Methods
Clone to your project or download and copy to Packages/com.unity-mcp-pro/
Setup
- Install this plugin
- Get the MCP server from [unity-mcp.abyo.net](https://unity-mcp.abyo.net/)
- Build the server:
cd server && npm install && npm run build - Configure your AI client:
{
"mcpServers": {
"unity-mcp-pro": {
"command": "node",
"args": ["/path/to/server/build/index.js"]
}
}
}- Open Unity - plugin auto-connects, check Window → Unity MCP Pro