Skip to content

youtube summarize for Zed

io.github.zlatkoc/youtube-summarize

MCP server that fetches YouTube video transcripts and optionally summarizes them

client:Zed transport:stdio runtime:pypi

Install youtube summarize in Zed

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

{
  "context_servers": {
    "youtube-summarize": {
      "command": "uvx",
      "args": [
        "youtube-summarize"
      ]
    }
  }
}

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

youtube summarize in other clients