Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"video-enhancement": {
"env": {
"HTTP_API_KEY": "your-api-key"
},
"args": [
"-y",
"@avclabs.ai/enhance-mcp"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
HTTP MCP Client-Server for video enhancement API
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y '@avclabs.ai/enhance-mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked @avclabs.ai/enhance-mcp against OSV.dev.
Click any tool to inspect its schema.
This server is missing a description.If you've used it, help the community.
Add informationBe the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in other
MCP server for Spanning Cloud Backup — M365/GWS/Salesforce backups, restores, audit.
AI agent control of 3D printers — 432 tools for OctoPrint, Moonraker, Bambu, Prusa, Elegoo
MCP server for Kaseya Autotask PSA — companies, tickets, projects, time entries, and more.
On-chain provenance lookup for AnchorRegistry. Resolve AR-IDs, hashes, and full trees. Authless.
MCP Security Weekly
Get CVE alerts and security updates for io.github.avclabs/enhance-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
中文 | English
基于 MCP 协议的视频增强服务,作为 MCP Client-Server 与 FastAPI HTTP Server 交互。
提供以下 MCP Tools:
create_task - 创建视频增强任务(支持 URL 或本地文件上传)get_task_status - 查询任务状态enhance_video_sync - 同步增强视频(阻塞等待完成)node --version)如果你使用的 AI Agent 有确定的 MCP 配置路径,直接复制下面这句发给 AI:
帮我安装 npm 包 @avclabs.ai/enhance-mcp 作为 MCP server。我的 API Key 是:sk-xxxxxxxx。
AI 会自动完成:
无需安装,直接在 MCP 客户端配置中使用 npx 运行。
在 Claude Code 中运行:
/mcp
查看输出中 "User MCPs" 对应的配置文件路径,然后编辑该文件。
常见路径(如果 /mcp 不可用):
%USERPROFILE%\.claude.json~/.claude.json~/.claude.json~/.claude/mcp.json粘贴以下内容(将 your-api-key 替换为实际 API Key):
{
"mcpServers": {
"video-enhancement": {
"command": "npx",
"args": ["-y", "@avclabs.ai/enhance-mcp"],
"env": {
"HTTP_API_KEY": "your-api-key"
}
}
}
}
保存后运行 /mcp 验证是否加载成功。
进入 设置 > Tools & MCPs > Add New MCP Server:
video-enhancementcommandenv HTTP_API_KEY=your-api-key npx -y @avclabs.ai/enhance-mcp
或编辑 ~/.cursor/mcp.json:
{
"mcpServers": {
"video-enhancement": {
"command": "npx",
"args": ["-y", "@avclabs.ai/enhance-mcp"],
"env": {
"HTTP_API_KEY": "your-api-key"
}
}
}
}
重启客户端后,确认工具是否加载成功:
create_task、get_task_status、enhance_video_sync| 变量名 | 必填 | 默认值 | 说明 |
|---|---|---|---|
HTTP_API_KEY | 是 | - | API 认证密钥 |
HTTP_API_BASE_URL | 否 | https://mcp.avc.ai | 服务接口地址 |
{
"env": {
"HTTP_API_BASE_URL": "https://your-endpoint.com",
"HTTP_API_KEY": "your-api-key"
}
}
或通过命令行参数:
npx -y @avclabs.ai/enhance-mcp --base-url https://your-endpoint.com --api-key your-api-key
配置完成后,用自然语言对 AI 说:
"帮我把这个视频增强到 1080p:https://example.com/video.mp4"
"把我桌面的 video.mp4 提升到 2k 画质"
AI 会自动调用相应工具完成任务。
创建视频增强任务(异步)。
| 参数 | 类型 | 必填 | 默认值 | 说明 |
|---|---|---|---|---|
video_source | string | 是 | - | 视频 URL 或本地文件路径 |
type | string | 否 | url | url 或 local |
resolution | string | 否 | 720p | 480p、540p、720p、1080p、2k |
返回值:
{
"success": true,
"task_id": "xxx",
"status": "wait"
}
查询任务状态。
| 参数 | 类型 | 必填 |
|---|---|---|
task_id | string | 是 |
返回值:
{
"success": true,
"task_id": "xxx",
"status": "completed",
"progress": 100,
"video_url": "https://..."
}
同步增强视频(阻塞等待完成)。
| 参数 | 类型 | 必填 | 默认值 | 说明 |
|---|---|---|---|---|
video_source | string | 是 | - | 视频 URL 或本地文件路径 |
type | string | 否 | url | url 或 local |
resolution | string | 否 | 720p | 目标分辨率 |
poll_interval | number | 否 | 5 | 轮询间隔(秒) |
timeout | number | 否 | 600 | 超时时间(秒) |
当 type 为 "local" 时,MCP Server 会:
安装 Node.js >= 18:https://nodejs.org/
API Key 缺失,请检查配置中的 env.HTTP_API_KEY。
查看日志:
~/Library/Logs/Claude/mcp*.log%APPDATA%\Claude\logs\mcp*.log通常是签名不匹配,请确认 `H