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의 경우:

지엑스피1

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