mrgoonie/vidcap-mcp-server
An MCP server to extract Youtube captions and summarize videos
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:
url (string, required): YouTube video URL.cache (boolean, optional, default: true): Whether to cache video info.url (string, required): YouTube video URL.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).-
Loading reviews...