Skip to content

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

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

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

youtube organic mcp in other clients