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.
firecrawl
Firecrawl MCP Server enables web scraping, crawling, and content extraction.
Filesystem
Node.js MCP Server for filesystem operations with dynamic access control.
TrendRadar
TrendRadar: Your hotspot assistant for real news in just 30 seconds.
mempalace
The highest-scoring AI memory system ever benchmarked. And it's free.