youtube organic mcp for Zed
io.github.lanternrow/youtube-organic-mcp
YouTube organic analytics — channel stats, video performance, watch time & audience insights.
client:Zed
transport:stdio
runtime:npm
Install youtube organic mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"youtube-organic-mcp": {
"command": "npx",
"args": [
"-y",
"youtube-organic-mcp"
],
"env": {
"YOUTUBE_CLIENT_ID": "<YOUTUBE_CLIENT_ID>",
"YOUTUBE_CLIENT_SECRET": "<YOUTUBE_CLIENT_SECRET>",
"YOUTUBE_REFRESH_TOKEN": "<YOUTUBE_REFRESH_TOKEN>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs