The VideoDB Director server allows you to manage, process, and interact with multimedia content, particularly videos, using a variety of tools and agents.
- Create and manage video applications using the
doc_assistant
tool - Write code related to videos or VideoDB SDK with the
code_assistant
tool - Play videos from provided stream links using the
play_video
tool - Orchestrate multimedia tasks with the
call_director
tool, including:- Uploading and downloading media (video, audio, image)
- Indexing and searching video content (spoken words, scenes)
- Summarizing videos and adding subtitles
- Dubbing videos into different languages
- Generating videos, audio, and images using various models
- Editing and combining videos and audio files
- Voice cloning and video censorship
- Streaming videos and searching for online videos
- Transcribing video content
- Providing pricing and usage information
To add the MCP server in any config driven MCP Client, following is how the commands and arguments will look like
Install uv
We need to install uv first.
For macOS/Linux:
For Windows:
You can also visit the installation steps of uv
for more details here
Run the MCP Server
You can run the MCP server using uvx
using the following command
Add the VideoDB Director MCP Server in your favorite Client
Claude Desktop
To configure VideoDB Director MCP server in Claude, you can run the following command
uvx videodb-director-mcp --install=claude
You can manually configure the MCP Server by following these steps:
- Open the
claude_desktop_config.json
fileIn MacOS/Linux:In Windows: - Add the VideoDB Director MCP Server inside the
mcpServers
key:
Cursor
To configure VideoDB Director MCP server in Cursor, you can run the following command
uvx videodb-director-mcp --install=cursor
You can manually configure the MCP Server by following these steps:
- Inside Cursor, go to Settings > Cursor Settings
- Click on MCP
- Click on Add new Global MCP Server
- Add the VideoDB Director MCP Server under the
mcpServers
key
Install in Claude and Cursor at the same time.
You can configure VideoDB Director MCP server in Claude and Cursor together, by running the following command
Install for Claude Code
Update VideoDB Director MCP package
To ensure you're using the latest version of the MCP server with uvx
, start by clearing the cache:
This command removes any outdated cached packages of videodb-director-mcp
, allowing uvx
to fetch the most recent version.
If you always want to use the latest version of the MCP server, update your command as follows:
You must be authenticated.
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
VideoDB Director
Related MCP Servers
- -securityAlicense-qualityIntegrates with The Movie Database (TMDB) API to provide movie information, search capabilities, and recommendations.Last updated -332JavaScriptMIT License
- -securityAlicense-qualityAI-powered assistant that connects Claude to video encoding workflows, translating cryptic errors into plain English and providing actionable solutions for troubleshooting encoding jobs.Last updated -1PythonMIT License
- -securityAlicense-qualityAn MCP server that allows Claude and other AI assistants to interact with the YouTube API, providing tools to search videos/channels and retrieve detailed information about them.Last updated -1JavaScriptMIT License
- AsecurityAlicenseAqualityA server that enables generating videos from static images using Vidu's AI models, with features for image-to-video conversion, task monitoring, and image uploading.Last updated -31TypeScriptMIT License