ultimate_mcp_server vs davinci-resolve-mcp
Side-by-side comparison to help you pick between these two MCP servers.
ultimate_mcp_server by Dicklesworthstone | davinci-resolve-mcp by samuelgursky | |
|---|---|---|
| Stars | ★ 149 | ★ 1,060 |
| 30d uses | — | — |
| Score | 85 | 56 |
| Official | — | — |
| Categories | AI / LLM ToolsBrowser AutomationFile System | MediaDeveloper ToolsAI / LLM Tools |
| Language | Python | 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.
davinci-resolve-mcp · Summary
A comprehensive MCP server enabling AI assistants to control DaVinci Resolve Studio with 31 compound tools covering 336 API methods.
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
davinci-resolve-mcp · Use cases
- Automate video editing workflows by creating timelines and managing media pools
- Perform color grading and analysis with AI assistance through the Resolve API
- Generate render plans and manage delivery settings for video projects
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_serverdavinci-resolve-mcp · Install
Installation
git clone https://github.com/samuelgursky/davinci-resolve-mcp.git
cd davinci-resolve-mcp
python install.pyBefore connecting, open DaVinci Resolve Studio and set **Preferences > General > External scripting using** to **Local**. The installer creates a virtual environment, detects Resolve paths, and can configure Claude Desktop, Claude Code, Cursor, VS Code, Windsurf, Zed, Continue, Cline, Roo Code, and JetBrains IDEs.
For manual setup or client-specific configuration, see [Installation and Configuration](docs/install.md).
Claude Desktop Configuration
Add to your Claude Desktop config file:
{
"mcpServers": {
"davinci-resolve": {
"command": "python",
"args": ["/path/to/davinci-resolve-mcp/src/server.py"],
"env": {}
}
}
}