VideoDB Director

by video-db
21
  • Apple
  • Linux

Integrations

  • Supports installation and configuration of the VideoDB Director MCP server on Linux systems.

  • Supports installation and configuration of the VideoDB Director MCP server on macOS systems.

要在任何配置驱动的 MCP 客户端中添加 MCP 服务器,命令和参数如下所示

安装uv

我们需要先安装 uv。

对于 macOS/Linux:

curl -LsSf https://astral.sh/uv/install.sh | sh

对于 Windows:

powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"

您还可以访问uv的安装步骤以了解更多详细信息

运行 MCP 服务器

您可以使用以下命令使用uvx运行 MCP 服务器

uvx videodb-director-mcp --api-key=VIDEODB_API_KEY

在您最喜欢的客户端中添加 VideoDB Director MCP 服务器

克劳德桌面

要在 Claude 中配置 VideoDB Director MCP 服务器,您可以运行以下命令

uvx videodb-director-mcp --install=claude

您可以按照以下步骤手动配置 MCP 服务器:

  1. 打开claude_desktop_config.json文件在 MacOS/Linux 中:
    code ~/Library/Application\ Support/Claude/claude_desktop_config.json
    在 Windows 中:
    code $env:AppData\Claude\claude_desktop_config.json
  2. mcpServers键中添加 VideoDB Director MCP Server:
    { "mcpServers": { "videodb-director": { "command": "uvx", "args": ["videodb-director-mcp", "--api-key=<VIDEODB-API-KEY>"] } } }

光标

要在 Cursor 中配置 VideoDB Director MCP 服务器,您可以运行以下命令

uvx videodb-director-mcp --install=cursor

您可以按照以下步骤手动配置 MCP 服务器:

  1. 在 Cursor 中,前往**“设置”>“Cursor 设置”**
  2. 点击MCP
  3. 点击添加新的全局 MCP 服务器
  4. mcpServers键下添加 VideoDB Director MCP 服务器
    { "mcpServers": { "videodb-director": { "command": "uvx", "args": ["videodb-director-mcp", "--api-key=<VIDEODB-API-KEY>"] } } }

同时在 Claude 和 Cursor 中安装。

您可以通过运行以下命令在 Claude 和 Cursor 中同时配置 VideoDB Director MCP 服务器

uvx videodb-director-mcp --install=all

为 Claude Code 安装

claude mcp add videodb-director uvx -- videodb-director-mcp --api-key=<VIDEODB_API_KEY>

更新 VideoDB Director MCP 包

为了确保您使用的是带有uvx的 MCP 服务器的最新版本,请先清除缓存:

uv cache clean

此命令将删除videodb-director-mcp的所有过时的缓存包,从而允许uvx获取最新版本。

如果您始终希望使用最新版本的 MCP 服务器,请按如下方式更新您的命令:

uvx videodb-director-mcp@latest --api-key=<VIDEODB_API_KEY>

Related MCP Servers

  • -
    security
    A
    license
    -
    quality
    Integrates with The Movie Database (TMDB) API to provide movie information, search capabilities, and recommendations.
    Last updated -
    3
    14
    JavaScript
    MIT License
    • Apple
    • Linux
  • -
    security
    A
    license
    -
    quality
    AI-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 -
    1
    Python
    MIT License
  • -
    security
    A
    license
    -
    quality
    An 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 -
    1
    JavaScript
    MIT License
    • Apple
  • A
    security
    A
    license
    A
    quality
    A 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 -
    3
    1
    TypeScript
    MIT License

View all related MCP servers

ID: tr31v3tp9c