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
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- 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