MCP server for video enhancement (create_task, get_task_status, enhance_video_sync)
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.
💡 Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
基于 MCP 协议的视频增强服务,作为 MCP Client-Server 与 FastAPI HTTP Server 交互。
提供以下 MCP Tools:
create_task - 创建视频增强任务(支持 URL 或本地文件上传)get_task_status - 查询任务状态enhance_video_sync - 同步增强视频(阻塞等待)编辑 Claude Desktop 配置文件:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%/Claude/claude_desktop_config.json
创建视频增强任务(异步)。
参数:
video_source (string, required): 视频 URL 或本地文件路径type (string, optional): 上传类型,默认 "url"
"url" - 网络视频URL, "local" - 本地文件路径resolution (string, optional): 目标分辨率,默认 720p
使用示例:
返回值:
查询任务状态。
参数:
task_id (string, required): 任务ID使用示例:
返回值:
同步增强视频(阻塞等待完成)。
参数:
video_source (string, required): 视频 URL 或本地文件路径type (string, optional): 上传类型,默认 "url"
"url" - 网络视频URL, "local" - 本地文件路径resolution (string, optional): 目标分辨率,默认 720ppoll_interval (number, optional): 轮询间隔(秒),默认 5timeout (number, optional): 超时时间(秒),默认 600使用示例:
返回值:
当 type 设置为 "local" 时,MCP Server 会:
限制:
| 变量名 | 说明 | 默认值 |
|---|---|---|
HTTP_API_BASE_URL | FastAPI HTTP Server 地址 | https://mcp.luluhero.com |
HTTP_API_KEY | API 认证密钥 | 无 |
MIT License - 详见 LICENSE 文件
No reviews yet — be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/avc-test-py-mcp)<a href="https://allmcps.com/mcp/avc-test-py-mcp"><img src="https://allmcps.com/api/badge/avc-test-py-mcp?style=directory" alt="Avc Test Py MCP on AllMCPs" /></a>