Content
# Volcengine MCP
Volcengine VOD's Model Context Protocol (MCP) Server implementation
## Project Introduction
Volcengine VOD MCP is an MCP Server based on [Model Context Protocol](https://github.com/modelcontextprotocol/python-sdk).
It integrates the Volcengine VOD service into the LLM model context, enabling large models to directly operate and manage VOD resources.
## Features
- Provides various resource access interfaces to facilitate LLMs in obtaining Volcengine VOD service information, video resources, etc.
- Implements tool encapsulation for multiple Volcengine functions, including uploading media assets, editing videos, etc.
## Installation
### Environment Requirements
- Python 3.13+
- Volcengine account and AccessKey/SecretKey
## Usage
### Integration in Mcp Client
Configure the mcp service in the mcp client. The configured MCP JSON:
```json
{
"mcpServers": {
"vevod": {
"command": "uvx",
"args": ["vevod-mcp"],
"env": {
"VOLCENGINE_ACCESS_KEY": "Your Volcengine AK",
"VOLCENGINE_SECRET_KEY": "Your Volcengine SK"
}
}
}
}
```
Please apply for ACCESS_KEY and SECRET_KEY in [Volcengine-Video on Demand-Console](https://www.volcengine.com/product/vod)
Connection Info
You Might Also Like
markitdown
MarkItDown-MCP is a lightweight server for converting URIs to Markdown.
markitdown
Python tool for converting files and office documents to Markdown.
Filesystem
Node.js MCP Server for filesystem operations with dynamic access control.
obsidian-web-mcp
Secure remote MCP server for Obsidian vaults -- access your notes from...
earl
Secure CLI proxy for AI agents — HCL-defined operation templates with OS...
thunderbird-mcp
An MCP server for Thunderbird to read emails, search contacts, and draft replies.