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?

评论

其他 分类下的更多 MCP 服务器