mcp-vod
If you are the rightful owner of mcp-vod and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Volcengine VOD MCP is a Model Context Protocol Server implementation that integrates Volcengine VOD services into LLM model contexts, allowing large models to directly operate and manage VOD resources.
Volcengine MCP
Volcengine VOD 的 Model Context Protocol (MCP) Server 实现
项目简介
Volcengine VOD MCP是一个基于Model Context Protocol的 MCP Server, 它将 Volcengine VOD服务集成到LLM模型上下文中,使大模型能够直接操作和管理VOD资源。
功能特点
- 提供多种资源访问接口,便于LLM获取Volcengine VOD服务信息、视频资源等
- 实现了多个Volcengine功能的工具封装,包括上传媒资,剪辑视频等
安装
环境要求
- Python 3.13+
- 火山引擎账号及AccessKey/SecretKey
使用方法
在 Mcp Client 中集成
在 mcp client 中配置 mcp 服务, 配置的 MCP JSON:
{
"mcpServers": {
"vevod": {
"command": "uvx",
"args": ["vevod-mcp"],
"env": {
"VOLCENGINE_ACCESS_KEY": "Your Volcengine AK",
"VOLCENGINE_SECRET_KEY": "Your Volcengine SK"
}
}
}
}
请在火山引擎-视频点播-控制台申请ACCESS_KEY、SECRET_KEY