DaVinci Resolve Lua MCP
by saadk408
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| RLB_DOCS_DIR | No | Blackmagic's shipped scripting reference, read by scripting_api_docs. | /Library/Application Support/Blackmagic Design/DaVinci Resolve/Developer/Scripting |
| RLB_LOG_LEVEL | No | Log level: debug, info, warn, or error. | info |
| RLB_PREFS_DIR | No | Folder containing Fusion.prefs files; the newest one is read. | ~/Library/Application Support/Blackmagic Design/DaVinci Resolve/Fusion/Profiles |
| RLB_STATE_DIR | No | The state directory holding request files, lock, and server log. Created with mode 0700. | ~/.davinci-resolve-lua-mcp |
| RLB_SCRIPTS_DIR | No | The user scripts folder where the two Lua scripts are copied. Defaults to ~/Library/Application Support/Blackmagic Design/DaVinci Resolve/Fusion/Scripts/Utility. | |
| RLB_AUTO_INSTALL | No | Whether to automatically install the two Lua files on server start. Default true. | true |
| RLB_MAX_RESPONSE_KB | No | Cap on a response's JSON size in KB, 1..192. | 64 |
| RLB_DEFAULT_TIMEOUT_S | No | Default tool timeout in seconds, 1..300. | 30 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues