ytrnscrpt-mcp-server
1
This project is an MCP server designed to retrieve and analyze YouTube video transcripts using the Claude platform. It requires configuration within Claude Desktop for operation.
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