MCP.so
Sign In

VeVOD MCP

@volcengine

About VeVOD MCP

No overview available yet

Config

Add this server to your MCP-compatible client using the configuration below.

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

Tools

No tools detected

Fetch the live tool list by running this server in a temporary sandbox using the button above.

Overview

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?

Frequently asked questions

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.

Comments

More Other MCP servers