Skip to content
Claude Desktop

YouTube Video Summarizer (pay-per-call) for Claude Desktop

io.github.jontelep/summarize-vid

Summarize YouTube videos or fetch transcripts. Pay-per-call via x402 (USDC on Base), no account.

client:Claude Desktop transport:streamable-http tools:3

Install YouTube Video Summarizer (pay-per-call) in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "summarize-vid": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.sumvid.app/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

What Claude Desktop can do once it is connected

YouTube Video Summarizer (pay-per-call) in other clients