Skip to content
Zed

YouTube MCP by UnClick for Zed

io.github.malamutemayhem/youtube

Search YouTube and get video, channel, playlist, and caption details. By UnClick.

client:Zed transport:stdio runtime:npm

Install YouTube MCP by UnClick in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "youtube": {
      "command": "npx",
      "args": [
        "-y",
        "@unclick/youtube-mcp"
      ]
    }
  }
}

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

YouTube MCP by UnClick in other clients