youtube transcripts for Cursor
io.github.fetchworks-dev/youtube-transcripts
YouTube transcripts for AI agents: videos, channels, playlists, search. Timestamps, SRT, VTT.
client:Cursor
transport:stdio
runtime:npm
Install youtube transcripts in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"youtube-transcripts": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"fetchworks-mcp"
],
"env": {
"APIFY_TOKEN": "<APIFY_TOKEN>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs