time vs davinci-resolve-mcp
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | davinci-resolve-mcp by samuelgursky | |
|---|---|---|
| Stars | ★ 85,748 | ★ 1,060 |
| 30d uses | — | — |
| Score | 77 | 56 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | MediaDeveloper ToolsAI / LLM Tools |
| Language | TypeScript | Python |
| Last commit | this month | this month |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
davinci-resolve-mcp · Summary
A comprehensive MCP server enabling AI assistants to control DaVinci Resolve Studio with 31 compound tools covering 336 API methods.
time · Use cases
- Assisting with international meeting scheduling across time zones
- Providing real-time time information for location-based queries
- Enabling time conversion for travel planning and itineraries
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
time · Install
Installation Options
**Using uv (recommended):**
uvx mcp-server-time**Using PIP:**
pip install mcp-server-time
python -m mcp_server_time**Configure for Claude Desktop:**
{
"mcpServers": {
"time": {
"command": "uvx",
"args": ["mcp-server-time"]
}
}
}davinci-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": {}
}
}
}