video-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@video-mcpSummarize this YouTube video: https://youtu.be/dQw4w9WgXcQ"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
video-mcp — 视频文案提取 + 总结 MCP 服务
多平台视频 MCP:贴链接 → 提取字幕/口播文案 → 服务端蒸馏 → 只回 Markdown 摘要(省 token)。
背景:上游 yzfly/douyin-mcp-server 已于 2026-07-02 归档,解析代码在 2026-09 抖音 SSR 改版后失效。此为 fork 修复自建版(vault 镜像,服务器部署在
/home/jerry/video-mcp)。
工具
工具 | 参数 | 返回 |
|
| Markdown 摘要(标题/要点/结论/时间戳),全文不进对话 |
|
| 全文文本 + 落盘 |
平台自动识别:B站(bilibili.com/b23.tv)、YouTube(youtube.com/youtu.be)、抖音(douyin.com/v.douyin.com)。
Related MCP server: Wanyi Watermark Remover
引擎与配置(环境变量)
变量 | 默认 | 说明 |
| 必填 | 硅基流动 key(SenseVoice 口播转写;复用 douyin-mcp 那把) |
|
| OpenAI 兼容端点;服务器上指 |
| 必填 | 对应端点 key(本地 llama.cpp 可任意非空) |
| deepseek-chat | 模型名 |
| 200000 | 超过此 token 的字幕自动分段 map-reduce(默认单段直给,本地 Qwen3.8 200K 无需分段) |
|
|
|
抖音引擎说明(browser 模式)
抖音无公开字幕。browser 引擎复用本机真实浏览器会话(需先启动 Kimi WebBridge 守护进程 ~/.kimi-webbridge/bin/kimi-webbridge start,浏览器需保持打开):
新标签打开
douyin.com/video/{id},等待视频元素就绪Performance API 提取签名音频流(media-audio-*)URL
下载 → ffmpeg(imageio-ffmpeg 自带静态二进制)转 wav
SenseVoice(硅基流动)→ 文案 → LLM 蒸馏
已知局限:依赖本机浏览器进程;服务器端自动化引擎(TikTokDownloader)为 TODO。
本地跑(stdio)
uv sync # 或 uv run video-mcp
ASR_API_KEY=sk-... LLM_API_KEY=sk-... uv run video-mcp服务器部署(规划)
# HTTP 模式
uv run video-mcp --transport http --host 127.0.0.1 --port 8310
# systemd 或 docker + Tailscale Serve 转发 → claude mcp add-remote / astrbot MCP 添加验证记录
2026-09-05:手动链路全通(浏览器签名流 → ffmpeg → SenseVoice → 总结);B站/抖音在 Mac(webbridge)与 Linux 服务器(CDP headless Chromium)双端实测通过
上游 yzfly/douyin-mcp-server 2026-07-02 归档,解析失效(KeyError 'videoInfoRes'),故自建本项目
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Any video URL to LLM-ready transcript. ASR built in, no captions needed. TikTok, X, TED and more.
Get transcripts from YouTube, TikTok, X, Instagram and more - even when captions are off.
Fetch transcripts, subtitles, chapters, metadata and frames from YouTube and 10+ video platforms
Turn a TikTok/Instagram/YouTube link into text for your AI: metadata, transcript and image OCR.
Related MCP Servers
- AlicenseBqualityDmaintenanceEnables interaction with YouTube videos by extracting metadata, captions in multiple languages, and converting content to markdown with various templates.1275MIT
- AlicenseAqualityBmaintenanceExtracts watermark-free videos and images from Douyin (TikTok) and Xiaohongshu (RedNote) share links, with optional AI-powered video transcription support.422Apache 2.0
- AlicenseNot gradedqualityDmaintenanceConverts YouTube and Bilibili videos into structured knowledge articles using local transcription or subtitle extraction combined with AI-powered summarization. It supports multiple summary styles and provides tools to process URLs, track job status, and retrieve results directly within MCP-compatible agents.64MIT
- AlicenseNot gradedqualityAmaintenanceEnables link type detection, video downloading, metadata extraction, and transcript generation across 16+ platforms including YouTube, Bilibili, and WeChat Channels. Supports automatic subtitle extraction and optional Whisper speech-to-text for videos without captions.2MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/j13016002482-byte/video-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server