MCP ExplorerExplorer

Mcp Vod

@volcengineon a year ago
9 Apache-2.0
FreeCommunity
AI Systems
Volcengine VOD MCP integrates VOD services into LLM models for resource management.

Overview

What is Mcp Vod

mcp-vod is a Model Context Protocol (MCP) Server implementation for Volcengine VOD, integrating VOD services into large language model (LLM) contexts, allowing direct operation and management of VOD resources.

Use cases

Use cases for mcp-vod include automated video content management, integration of VOD services in AI-driven applications, and enhancing user interactions in multimedia platforms.

How to use

To use mcp-vod, integrate it into your MCP client by configuring the MCP JSON with your Volcengine Access Key and Secret Key. Ensure you have Python 3.13+ installed and set up the necessary environment variables.

Key features

Key features include multiple resource access interfaces for LLMs to retrieve Volcengine VOD service information and video resources, and encapsulation of various Volcengine functionalities such as media asset uploads and video editing.

Where to use

mcp-vod can be used in fields that require video on demand (VOD) services, especially in applications involving large language models, media management, and content creation.

Content

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

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers