VideoDB Toolkit MCP Server
utilities By video-db
Description
Store, index, search, and stream videos using AI to automatically tag scenes, generate transcripts, and retrieve moments.
Install & Run Command
npx -y @videodb/mcp-server
Use this command in your Model Context Protocol client environment (e.g., Claude Desktop config or other orchestration transport setups).
mcp_config.json Snippet
Add this configuration block inside your local client mcpServers section:
"mcpServers":
{
"mcpServers": {
"videodb": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-videodb"
]
}
}
} Server Details
Stars & Popularity ⭐️ New
Author video-db
Category utilities
Status Active / Stable
⚡ Try in Config Builder ← Back to Registry