VideoDB
Server for advanced AI-driven video editing, semantic search, multilingual transcription, generative media, voice cloning, and content moderation.
Ads
Overview
To add the MCP server in any config driven MCP Client, following is how the commands and arguments will look like For macOS/Linux: curl -LsSf https://astral.sh/uv/install.sh | sh For Windows: You can also visit the installation steps of uv for more details here You can run the MCP server using uvx using the following command To configure VideoDB Director MCP server in Claude, you can run the following command You can manually configure the MCP Server by following these steps: 1. Open the claude_desktop_config.json file
Installation
uvx videodb-director-mcp --api-key=VIDEODB_API_KEY
Configuration
{
"mcpServers": {
"videodb-director": {
"command": "uvx",
"args": ["videodb-director-mcp", "--api-key=<VIDEODB-API-KEY>"]
}
}Capabilities
- Search your video library
ask natural-language questions to find specific moments or scenes using `search_video`.
- Retrieve video metadata
get structured details like title, duration, and format for any uploaded video with `get_video`.
- Upload videos programmatically
add new video content to your library via URL or file path using `upload_video`.
Tags
- video
- ai-model
- content-creation
- media
- translation
Related MCP servers
Context7 MCP
OfficialOfficial Context7 MCP server that brings up-to-date, version-specific library documentation and code examples into AI coding prompts.
Chrome DevTools MCP
OfficialOfficial Chrome DevTools MCP server for controlling and inspecting a live Chrome browser from coding agents such as Gemini, Claude, Cursor, and Copilot.
Mastra/mcp
OfficialClient implementation for Mastra, providing seamless integration with MCP-compatible AI models and tools.
GitHub MCP Server
OfficialConnect your AI assistant to GitHub repositories, issues, pull requests, and search.