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 サーバーを追加します。
    { "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. カーソル内で、 **「設定」>「カーソル設定」**に移動します。
  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