An MCP server to extract Youtube captions and summarize videos
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"vidcap-mcp-server": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
This project provides a Model Context Protocol (MCP) server that acts as a proxy to the VidCap YouTube API, allowing AI assistants to easily access YouTube video data and functionalities. It also serves as a boilerplate for building custom MCP servers.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be 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 entertainment / writing
A markdown editor — and the bridge to your LLM. Local-first, MIT, ~15 MB. Bundled MCP server lets Claude Code / Codex / Cursor drive your vault directly. 14 AI providers BYOK.
f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.
The official MCP Server for the Mux API
Define task-specific AI sub-agents in Markdown for any MCP-compatible tool.
MCP Security Weekly
Get CVE alerts and security updates for Vidcap Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
This project provides a Model Context Protocol (MCP) server that acts as a proxy to the VidCap YouTube API, allowing AI assistants to easily access YouTube video data and functionalities. It also serves as a boilerplate for building custom MCP servers.
This server also proxies requests to the VidCap YouTube API, providing convenient access to YouTube video data and functionalities. You will need a VIDCAP_API_KEY set in your environment variables.
Endpoints are available under the /api/v1/youtube/ path:
/info
url (string, required): YouTube video URL.cache (boolean, optional, default: true): Whether to cache video info./media
url (string, required): YouTube video URL./caption
url (string, required): YouTube video URL.locale (string, optional, default: 'en'): Language code for captions.model (string, optional): AI model for processing.ext (enum, optional): File extension for captions (json3, srv1, srv2, srv3, ttml, vtt)./summary
url (string, required): YouTube video URL.locale (string, optional, default: 'en'): Target language code for summary.model (string, optional): AI model for summarization.screenshot (string, optional, default: '0'): '1' to enable auto-screenshots for summary parts.cache (boolean, optional): Whether to use cached results./screenshot
url (string, required): YouTube video URL.second (string, optional, default: '0'): Timestamp in seconds or YouTube time format./screenshot-multiple
url (string, required): YouTube video URL.second (array of strings, optional, default: ['0']): Array of timestamps in seconds./comments
url (string, optional): YouTube video URL.videoId (string, optional): YouTube video ID. Note: Either url or videoId is required.order (enum, optional, default: 'time'): Sort order for comments ('time', 'relevance').format (enum, optional, default: 'plainText'): Format of comment text ('plainText', 'html').pageToken (string, optional): Pagination token for retrieving next page of comments.includeReplies (boolean, optional, default: false): Include comment replies.hl (string, optional, default: 'en'): Language code for comments./search
query (string, required): Search query for YouTube videos.