A claude MCP server enabling it to fetch YouTube transcripts on demand.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"yttranscriptmcp": {
"command": "npx",
"args": [
"-y",
"hori-jonathan/YTTranscriptMCP"
]
}
}
}
Run in terminal:
claude mcp add yttranscriptmcp npx -y hori-jonathan/YTTranscriptMCP
Add to .cursor/mcp.json:
{
"mcpServers": {
"yttranscriptmcp": {
"command": "npx",
"args": [
"-y",
"hori-jonathan/YTTranscriptMCP"
]
}
}
}