Skip to content
Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

youtube transcripts in other clients