This MCP server enables AI assistants (such as Claude Desktop, Cursor, and Gemini) to get transcripts of YouTube videos on the fly. By adding this server, your AI assistant can read, summarize, translate, and analyze any video content using high-quality youtube to transcript automation.
Server Config
{
"mcpServers": {
"youtube-transcripts-mcp": {
"command": "npx",
"args": [
"-y",
"youtube-transcripts-mcp"
],
"env": {
"TRANSCRIBEYT_API_KEY": "your-api-key-here"
}
}
}
}