DaVinci MCP Professional
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| activate_domainA | Activate a domain to make its tools available. Available domains: ai_studio, clip_properties, color_grading, media_pool, project_management, render_delivery, system_fairlight_storage, timeline_item_editing, timeline_operations. Call list_domains to see current activation status. |
| deactivate_domainA | Deactivate a domain to remove its tools from the active tool list. |
| list_domainsA | List all registered domains and their activation status. Use this to discover available domains before calling activate_domain. |
| get_versionA | Get DaVinci Resolve version information |
| get_current_pageA | Get the current page open in DaVinci Resolve (Edit, Color, Fusion, etc.) |
| switch_pageA | Switch to a specific page in DaVinci Resolve |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| DaVinci Resolve Version | Current version of DaVinci Resolve |
| Current Page | The currently active page in DaVinci Resolve |
| Available Projects | List of all available projects in the current database |
| Current Project | Name of the currently open project |
| Available Timelines | List of all timelines in the current project |
| Current Timeline | Name of the current timeline |
| Media Pool Clips | List of all clips in the media pool |
TDQS
Scored across 6 tools
Each tool has a clearly distinct purpose: domain activation/deactivation/listing, version retrieval, and page navigation. There is no overlap or ambiguity between them.
All tools follow the snake_case verb_noun pattern consistently, making the API predictable and easy to navigate.
Six tools is well-scoped for a domain management and basic Resolve control server. Each tool serves a necessary function without bloat.
The domain lifecycle is fully covered with list, activate, and deactivate, and page navigation is complete with get and switch. Version info adds essential context. No obvious gaps.