Skip to content

mcp youtube channel transcript extractor for Zed

com.mambabuilt/mcp-youtube-channel-transcript-extractor

Resolve a company domain to its YouTube channel with subscriber count and metadata.

client:Zed transport:stdio runtime:npm

Install mcp youtube channel transcript extractor 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": {
    "mcp-youtube-channel-transcript-extractor": {
      "command": "npx",
      "args": [
        "-y",
        "@mambalabsdev/mcp-youtube-channel-transcript-extractor"
      ],
      "env": {
        "APIFY_TOKEN": "<APIFY_TOKEN>"
      }
    }
  }
}

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

mcp youtube channel transcript extractor in other clients