MCP.so
ログイン

VeVOD MCP

@volcengine

VeVOD MCP について

概要はまだありません

基本情報

カテゴリ

その他

トランスポート

stdio

公開者

volcengine

投稿者

王 光斌

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "vevod": {
      "command": "uvx",
      "args": [
        "vevod-mcp"
      ],
      "env": {
        "VOLCENGINE_ACCESS_KEY": "Your Volcengine AK",
        "VOLCENGINE_SECRET_KEY": "Your Volcengine SK"
      }
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is VeVOD MCP?

VeVOD MCP is a Model Context Protocol (MCP) server that integrates Volcengine VOD (Video on Demand) services into LLM contexts. It enables large language models to directly operate and manage VOD resources such as media uploads and video editing.

How to use VeVOD MCP?

Install using uvx vevod-mcp, then configure the MCP server in your MCP client with the required environment variables (VOLCENGINE_ACCESS_KEY and VOLCENGINE_SECRET_KEY). The server is invoked via the vevod entry in the MCP JSON configuration.

Key features of VeVOD MCP

  • Provides resource access interfaces for Volcengine VOD service information and video assets
  • Implements tools for uploading media assets and editing videos
  • Integrates VOD functionality into the LLM context for direct resource management
  • Simple configuration via standard MCP client setup

Use cases of VeVOD MCP

  • Query Volcengine VOD service information and video resources through an LLM
  • Upload media assets to VOD using natural language commands
  • Edit videos (e.g., clip or compose) via LLM-driven tool calls

FAQ from VeVOD MCP

What are the prerequisites for using VeVOD MCP?

You need Python 3.13+ and a Volcengine account with an AccessKey and SecretKey for VOD.

How do I configure VeVOD MCP in an MCP client?

Add a vevod entry under mcpServers in your MCP client JSON, setting command to uvx with args ["vevod-mcp"], and provide VOLCENGINE_ACCESS_KEY and VOLCENGINE_SECRET_KEY in the env object.

What capabilities does VeVOD MCP provide?

It offers resource access interfaces for retrieving VOD service info and video assets, and tools for uploading media and editing videos.

How does VeVOD MCP authenticate?

Authentication is handled via the VOLCENGINE_ACCESS_KEY and VOLCENGINE_SECRET_KEY environment variables set in the MCP client configuration.

Does VeVOD MCP have any known limitations?

コメント

「その他」の他のコンテンツ