Skip to content
Zed

YouTube Data for Zed

io.github.kirbah/mcp-youtube

YouTube MCP server for token-optimized, structured data using the YouTube Data API v3.

client:Zed transport:stdio runtime:npm

Install YouTube Data 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": {
      "command": "npx",
      "args": [
        "-y",
        "@kirbah/mcp-youtube"
      ],
      "env": {
        "YOUTUBE_API_KEY": "<YOUTUBE_API_KEY>",
        "MDB_MCP_CONNECTION_STRING": "<MDB_MCP_CONNECTION_STRING>"
      }
    }
  }
}

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

YouTube Data in other clients