{"slug": "driving-davinci-resolve-s-free-edition-with-claude-from-inside-the-app", "title": "Driving DaVinci Resolve's Free Edition with Claude, From Inside the App", "summary": "A developer has created an MCP server that enables Claude Code to control DaVinci Resolve's free edition from inside the app, bypassing the sandbox restrictions that block external scripts. The server runs as a menu script within Resolve, opening a localhost socket to communicate with Claude Code, and exposes 157 tools for editing, color, render, and more. The project is available on GitHub for macOS.", "body_md": "**The wall**\n\nEvery MCP server that controls DaVinci Resolve connects to it the same way: a script running outside the app calls into Resolve's scripting API over the network. That works fine on Resolve Studio. On the free edition it doesn't work at all — Lite is sandboxed and blocks any script that isn't launched from inside Resolve itself.\n\n**The one door left open**\n\nFree Resolve still runs Python scripts launched from its own Workspace > Scripts menu. A menu script gets the resolve object injected for free, can run a long-lived loop, and — because the sandboxed app ships the com.apple.security.network.server entitlement — can open a localhost listening socket. That's the whole trick: the MCP server is the menu script.\n\n```\nClaude Code ──HTTP JSON-RPC (MCP)──▶  127.0.0.1:8765/mcp\n                                          │   server runs INSIDE Resolve\n                                          │   (Workspace > Scripts > Utility)\n                                          ▼\n                              command queue → main script thread\n                                          ▼\n                              global `resolve` object → Resolve API\n```\n\n**What it gets you**\n\n157 tools across editing, color, render, media pool, and Fusion title styling — driven from plain-language requests in Claude Code. Zero dependencies: pure Python standard library, so there's nothing to pip install into Resolve's bundled interpreter.\n\n**Try it**\n\n```\ngit clone https://github.com/2sem/davinci-resolve-lite-mcp.git\ncd davinci-resolve-lite-mcp\n./install.sh\n```\n\nmacOS only for now. Full tools reference and demo video in the repo.", "url": "https://wpnews.pro/news/driving-davinci-resolve-s-free-edition-with-claude-from-inside-the-app", "canonical_source": "https://dev.to/_leesam_ded8ba7b9a7e/driving-davinci-resolves-free-edition-with-claude-from-inside-the-app-4h19", "published_at": "2026-08-20 09:11:47+00:00", "updated_at": "2026-08-20 09:15:13.179169+00:00", "lang": "en", "topics": ["developer-tools", "artificial-intelligence", "ai-tools"], "entities": ["DaVinci Resolve", "Claude Code", "MCP", "GitHub"], "alternates": {"html": "https://wpnews.pro/news/driving-davinci-resolve-s-free-edition-with-claude-from-inside-the-app", "markdown": "https://wpnews.pro/news/driving-davinci-resolve-s-free-edition-with-claude-from-inside-the-app.md", "text": "https://wpnews.pro/news/driving-davinci-resolve-s-free-edition-with-claude-from-inside-the-app.txt", "jsonld": "https://wpnews.pro/news/driving-davinci-resolve-s-free-edition-with-claude-from-inside-the-app.jsonld"}}