Odel
youtube summarize

youtube summarize

Local
@zlatkoc5PythonMITUpdated 2w ago

MCP server that fetches YouTube video transcripts and optionally summarizes them

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIyoutube-summarizev0.6.0

Run

uvx youtube-summarize

MCP client config

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