
VeVOD MCP
@volcengine
About VeVOD MCP
No overview available yet
Basic information
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
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
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?
—
More Other MCP servers
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Nginx UI
0xJackyYet another WebUI for Nginx
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents

EverArt
modelcontextprotocolModel Context Protocol Servers
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Comments