<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Bask</title>
    <description>The latest articles on DEV Community by Bask (@tianzhang_duan_543027cb30).</description>
    <link>https://dev.to/tianzhang_duan_543027cb30</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3871348%2F02483c01-1f1d-43f7-a3f1-81ab78598d57.png</url>
      <title>DEV Community: Bask</title>
      <link>https://dev.to/tianzhang_duan_543027cb30</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/tianzhang_duan_543027cb30"/>
    <language>en</language>
    <item>
      <title>SubDownload — plug YouTube into Claude, Cursor, and ChatGPT via MCP</title>
      <dc:creator>Bask</dc:creator>
      <pubDate>Tue, 28 Apr 2026 06:11:37 +0000</pubDate>
      <link>https://dev.to/tianzhang_duan_543027cb30/subdownload-plug-youtube-into-claude-cursor-and-chatgpt-via-mcp-38pk</link>
      <guid>https://dev.to/tianzhang_duan_543027cb30/subdownload-plug-youtube-into-claude-cursor-and-chatgpt-via-mcp-38pk</guid>
      <description>&lt;p&gt;&lt;strong&gt;TL;DR&lt;/strong&gt; — SubDownload turns any YouTube video into searchable text: transcripts, AI summaries, a personal knowledge base, plus an MCP server, REST API, and Agent Skills so Claude / Cursor / ChatGPT / 40+ MCP clients can read YouTube directly. &lt;a href="https://subdownload.com?utm_source=dvt_launch_dzz40f&amp;amp;utm_medium=POST&amp;amp;utm_campaign=LAUNCH" rel="noopener noreferrer"&gt;Try it&lt;/a&gt; — free, no signup needed for the basic tool.&lt;/p&gt;




&lt;h2&gt;
  
  
  The shape problem with YouTube
&lt;/h2&gt;

&lt;p&gt;I run my dev work alongside Claude, Cursor, and a handful of agent loops. Every input source I rely on — code, docs, papers, RSS, my own notes — pipes into an agent. Except YouTube.&lt;/p&gt;

&lt;p&gt;I watch a lot of long-form content for learning: founder interviews, conference talks, infra deep-dives, podcasts. The best stuff often lives in 90-minute videos. And every minute of that content is locked behind playback. My agent can't see any of it.&lt;/p&gt;

&lt;p&gt;The standard advice is "watch less, be selective." Wrong frame. I want to consume &lt;em&gt;more&lt;/em&gt; of this content — just not by sitting through every minute in real time while I can only do that one thing.&lt;/p&gt;

&lt;p&gt;The actual problem isn't quantity. It's that videos exist in only one shape: playback. They're not searchable, not summarizable on demand, not addressable by an agent.&lt;/p&gt;

&lt;h2&gt;
  
  
  What SubDownload does
&lt;/h2&gt;

&lt;p&gt;It changes the shape:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Transcripts&lt;/strong&gt; for any YouTube video, including ones without official captions (AI ASR fallback covers Loom recordings, conference talks, niche uploads — the half my workflow used to lose)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;AI summary&lt;/strong&gt; in seconds — read the gist of a 90-minute talk in 60 seconds, decide whether it gets a real watch&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Personal knowledge base&lt;/strong&gt; — every video you process lands in a searchable library you own, with tags, favorites, cross-video query&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;MCP server&lt;/strong&gt; at &lt;code&gt;api.subdownload.com/mcp&lt;/code&gt; — plug into Claude Desktop, Cursor, ChatGPT, or any of the 40+ MCP-capable clients&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;REST API + full OpenAPI 3.1&lt;/strong&gt; if you want to roll your own scripts&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Agent Skills&lt;/strong&gt;: &lt;code&gt;npx @subdown/skill@latest&lt;/code&gt; for one-command install&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Why MCP first
&lt;/h2&gt;

&lt;p&gt;I shipped MCP before a Chrome extension or a polished SaaS UI because it's the cleanest way for an agent to read videos on demand. The agent says "search this channel, fetch this transcript, summarize this part" — done. No copy-paste, no wrapper UI per host, no "open YouTube in a tab and switch back."&lt;/p&gt;

&lt;p&gt;OAuth 2.1 with Dynamic Client Registration (RFC 7591) is supported, so adding the server to Claude Desktop is one config block plus a one-time browser auth — then it stays connected.&lt;/p&gt;

&lt;h2&gt;
  
  
  What this looks like in practice
&lt;/h2&gt;

&lt;p&gt;A few uses I lean on weekly:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Find a half-remembered phrase&lt;/strong&gt; from an interview I watched last month. I ask Claude in 30 seconds and it lands me on the exact clip.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Triage a 90-minute talk.&lt;/strong&gt; Claude reads the transcript, gives me a timestamped outline, I decide which 10 minutes to actually watch.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Cross-video synthesis.&lt;/strong&gt; "What do these five founder interviews say about pricing?" — agent reads multiple transcripts, returns a comparison.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Caption-less videos.&lt;/strong&gt; Loom screencasts, brand-new uploads, niche channels — AI transcription fills the gap automatically.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Try it
&lt;/h2&gt;

&lt;p&gt;Free to try, no signup needed for the basic tool: &lt;a href="https://subdownload.com?utm_source=dvt_launch_dzz40f&amp;amp;utm_medium=POST&amp;amp;utm_campaign=LAUNCH" rel="noopener noreferrer"&gt;subdownload.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;For MCP with Claude Desktop / Cursor / ChatGPT, sign in once for an API key and follow your client's MCP setup docs. (Intentionally not pasting a JSON config — MCP client formats keep evolving and any snippet I share will go stale within weeks.)&lt;/p&gt;

&lt;h2&gt;
  
  
  What I want to hear
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;If you're already running an agent loop, what video → text gap have you hit?&lt;/li&gt;
&lt;li&gt;Anyone running a homemade MCP server for a video host I haven't covered? Always curious about edge cases.&lt;/li&gt;
&lt;li&gt;If something breaks, ping me — I'm the only one shipping this.&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>ai</category>
      <category>mcp</category>
      <category>productivity</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
