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