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:
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
- JavaScriptMIT License
- TypeScriptApache 2.0
- TypeScriptMIT License
- Go