Youtube Transcript
Freeby MCP Community
A server built on the Model Context Protocol (MCP) that enables direct downloading of YouTube video transcripts, supporting AI and video analysis workflows.
v0.0.8Added Apr 12, 2026
mcpyoutubetranscriptsubtitlescaptions
Youtube Transcript MCP Server
A server built on the Model Context Protocol (MCP) that enables direct downloading of YouTube video transcripts, supporting AI and video analysis workflows.
Installation
npx -y @sinco-lab/mcp-youtube-transcript
Reviews
Installation
Quick install
npx -y @sinco-lab/mcp-youtube-transcript
Add to claude_desktop_config.json
{
"mcpServers": {
"youtube-transcript": {
"command": "npx",
"args": ["-y", "@sinco-lab/mcp-youtube-transcript"]
}
}
}