youtube transcripts for Zed
io.github.fetchworks-dev/youtube-transcripts
YouTube transcripts for AI agents: videos, channels, playlists, search. Timestamps, SRT, VTT.
client:Zed
transport:stdio
runtime:npm
Install youtube transcripts in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"youtube-transcripts": {
"command": "npx",
"args": [
"-y",
"fetchworks-mcp"
],
"env": {
"APIFY_TOKEN": "<APIFY_TOKEN>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs