Skip to content
Zed

ytranscript mcp for Zed

io.github.nnnoel/ytranscript-mcp

YouTube transcripts for AI tools. No proxies needed; transcribes videos without captions.

client:Zed transport:stdio runtime:npm

Install ytranscript mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "ytranscript-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ytranscript-mcp"
      ],
      "env": {
        "YTRANSCRIPT_API_KEY": "<YTRANSCRIPT_API_KEY>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

ytranscript mcp in other clients