
mcp vod
Volcengine VOD的Model Context Protocol (MCP) Server实现,用于将视频点播服务集成到大语言模型上下文中。
Repository Info
About This Server
Volcengine VOD的Model Context Protocol (MCP) Server实现,用于将视频点播服务集成到大语言模型上下文中。
Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.
Documentation
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
Quick Start
Clone the repository
git clone https://github.com/volcengine/mcp-vodInstall dependencies
cd mcp-vod
npm installFollow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Recommended MCP Servers
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
Zapier MCP
A Zapier server that provides automation capabilities for various apps.