Skip to content
VS Code

youtube summarize for VS Code

io.github.zlatkoc/youtube-summarize

MCP server that fetches YouTube video transcripts and optionally summarizes them

client:VS Code transport:stdio runtime:pypi

Install youtube summarize in VS Code

.vscode/mcp.json

{
  "servers": {
    "youtube-summarize": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "youtube-summarize"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

youtube summarize in other clients