- Explore MCP Servers
- ytrnscrpt-mcp-server
Ytrnscrpt Mcp Server
What is Ytrnscrpt Mcp Server
ytrnscrpt-mcp-server is a specialized MCP server designed to enable Claude to fetch and analyze transcripts from YouTube videos.
Use cases
Use cases for ytrnscrpt-mcp-server include educators retrieving transcripts for lecture videos, content creators summarizing YouTube videos for their audience, and researchers analyzing video content for data collection.
How to use
To use ytrnscrpt-mcp-server, first install the necessary packages with ‘npm install’ and build the project using ‘npm run build’. Then, configure Claude Desktop by editing the ‘claude_desktop_config.json’ file to include the server command and arguments. Finally, restart Claude Desktop and request transcripts using a YouTube URL.
Key features
Key features of ytrnscrpt-mcp-server include the ability to fetch transcripts from YouTube videos, easy integration with Claude Desktop, and a straightforward setup process.
Where to use
ytrnscrpt-mcp-server can be used in various fields such as education for analyzing video content, content creation for summarizing video information, and research for extracting data from video transcripts.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Ytrnscrpt Mcp Server
ytrnscrpt-mcp-server is a specialized MCP server designed to enable Claude to fetch and analyze transcripts from YouTube videos.
Use cases
Use cases for ytrnscrpt-mcp-server include educators retrieving transcripts for lecture videos, content creators summarizing YouTube videos for their audience, and researchers analyzing video content for data collection.
How to use
To use ytrnscrpt-mcp-server, first install the necessary packages with ‘npm install’ and build the project using ‘npm run build’. Then, configure Claude Desktop by editing the ‘claude_desktop_config.json’ file to include the server command and arguments. Finally, restart Claude Desktop and request transcripts using a YouTube URL.
Key features
Key features of ytrnscrpt-mcp-server include the ability to fetch transcripts from YouTube videos, easy integration with Claude Desktop, and a straightforward setup process.
Where to use
ytrnscrpt-mcp-server can be used in various fields such as education for analyzing video content, content creation for summarizing video information, and research for extracting data from video transcripts.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
YouTube Transcript MCP Server
MCP server that enables Claude to fetch and analyze YouTube video transcripts.
Quick Start
- Setup:
npm install npm run build
- Configure Claude Desktop:
- Edit
~/Library/Application Support/Claude/claude_desktop_config.json:
- Edit
{
"mcpServers": {
"youtube-transcript": {
"command": "node",
"args": [
"/ABSOLUTE/PATH/TO/ytrnscrpt-mcp-server/dist/index.js"
]
}
}
}
- Restart Claude Desktop
- Ask: “Get me the transcript for [YouTube URL]”
License
MIT
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










