YouTube Transcript MCP Server
Retrieves a YouTube video's title, duration, and transcript with language preference support.
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., "@YouTube Transcript MCP Servertranscript of 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.
π₯ YouTube Transcript MCP Server
A simple Model Context Protocol (MCP) server that retrieves a YouTube video's title, duration, and transcript.
Features
Get YouTube video title
Get video duration
Automatically fetch the best available transcript
Language preference:
Hindi (
hi)Marathi (
mr)English (
en)
Compatible with MCP clients such as Claude Desktop and VS Code
Related MCP server: YouTube Video Summarizer MCP Server
Requirements
Python 3.10+
Internet connection
Installation
Clone the repository:
git clone https://github.com/<your-username>/youtube-transcript-mcp.git
cd youtube-transcript-mcpInstall dependencies:
pip install -r requirements.txtOr install manually:
pip install mcp youtube-transcript-api yt-dlpProject Structure
youtube-transcript-mcp/
β
βββ server.py
βββ requirements.txt
βββ README.mdRun
python server.pyMCP Tool
youtube_transcript
Input
{
"url": "https://www.youtube.com/watch?v=VIDEO_ID"
}Output
{
"title": "Sample Video",
"duration": "18:42",
"language": "Hindi",
"language_code": "hi",
"transcript": "Complete transcript..."
}Claude Desktop Configuration
{
"mcpServers": {
"youtube-transcript": {
"command": "python",
"args": [
"/path/to/server.py"
]
}
}
}Replace /path/to/server.py with the location of your server.py.
License
MIT
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 Servers
- AlicenseAqualityFmaintenanceRetrieves transcripts from YouTube videos with support for multiple languages, timestamp control, and language detection. Enables video content analysis, summarization, and quote extraction without manually downloading or watching videos.Last updated210113MIT
- AlicenseBqualityFmaintenanceEnables AI assistants to analyze and summarize YouTube videos by extracting captions, subtitles, and comprehensive metadata including title, description, and duration in multiple languages.Last updated112560MIT
- FlicenseDqualityDmaintenanceEnables AI assistants to fetch and analyze transcripts from YouTube videos using video IDs or URLs, with support for multiple language preferences.Last updated1
- AlicenseCqualityDmaintenanceTranscribe YouTube videos for LLM chat applications. Supports fetching transcripts in multiple languages and includes an ad-removal instruction.Last updated17MIT
Related MCP Connectors
Provide token-optimized, structured YouTube data to enhance your LLM applications. Access efficienβ¦
π― The fastest YouTube transcript + YouTube search MCP for AI agents. Try for free.
Turn a TikTok/Instagram/YouTube link into text for your AI: metadata, transcript and image OCR.
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/Arvind29/YouTube-Transcript-MCP-Server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server