{
  "markdown": "<div align=\"center\">\n\n# 🎧 PodLearn for Claude Code\n\n### Stop listening. Start learning.\n\n**The podcast & video knowledge engine, right inside Claude Code.**\nDrop a link. Get a verbatim transcript, a searchable archive, and an AI lesson in seconds.\n\n[![Claude Code plugin](https://img.shields.io/badge/Claude_Code-plugin-d97757)](https://code.claude.com/docs/en/plugins)\n[![MCP included](https://img.shields.io/badge/MCP-server_bundled-5436DA)](https://podlearn.ai)\n[![Free to start](https://img.shields.io/badge/free-2_credits_to_try-3DA639)](https://podlearn.ai)\n[![License: AGPL-3.0](https://img.shields.io/badge/license-AGPL--3.0-blue)](./LICENSE)\n\n</div>\n\n---\n\nSome of the best thinking on the planet is locked inside hours of audio you'll\nnever have time for. PodLearn unlocks it. Hand Claude any **podcast or YouTube\nURL** and it transcribes the whole thing (yes, even long talks with no captions),\nmakes every word searchable, and distills the ideas into a structured lesson.\nNo tab-switching, no copy-paste, no \"I'll get to it later.\"\n\nOne install adds the PodLearn **skill *and* MCP server** to Claude Code. The\nskill handles the routing; the MCP does the work. You just talk.\n\n## ✨ Why people use it\n\n- ⏱️ **Hours → minutes.** A 2-hour interview becomes a transcript + lesson you skim in five.\n- 🔎 **Find the exact moment.** Full-text search across every transcript, with citations. *\"Where did they talk about pricing?\"* jumps you straight there.\n- ▶️ **YouTube that actually works.** Paste any video, captions or not. Conference talks, lectures, channel deep-dives, all transcribed natively.\n- 📚 **Bulk a whole season.** `transcribe_feed` ingests an entire podcast feed in one shot, not episode-by-episode.\n- 🧠 **Lessons, not just text.** Auto-generated key takeaways and structured notes you can act on.\n- 🤖 **Agent-native.** It's a real MCP server, so every call composes with the rest of your Claude workflow (turn a lesson into a LinkedIn post, feed quotes into a doc, whatever).\n\n## 💬 What you can ask\n\n> *\"What podcasts do you have about AI agents?\"*\n> *\"Transcribe this and make me a lesson: ‹youtube or podcast URL›\"*\n> *\"Find the best quotes about pricing from ‹episode›\"*\n> *\"Transcribe the last 10 episodes of ‹podcast› and summarize the themes.\"*\n> *\"Turn that lesson into a LinkedIn post.\"*\n\n## ⚡ Install (60 seconds)\n\n> **1. Grab your token** (free, 2 credits to try) at **[podlearn.ai/settings](https://podlearn.ai/settings)** — a `pl_mcp_…` token. Keep it handy.\n\n**2. Add the marketplace** — in Claude Code (run this on its own, wait for confirmation):\n\n```\n/plugin marketplace add blutrich/podlearn-plugin\n```\n\n**3. Install the plugin** — then run:\n\n```\n/plugin install podlearn@podlearn\n```\n\n> ⚠️ Run them **one at a time** — they're two separate slash commands. Pasting\n> both lines at once makes Claude treat the second as part of the first.\n\n**4. Paste your token when prompted.** Claude Code asks for your *PodLearn MCP\ntoken* on install. It's stored in your system keychain (never a settings file,\nnever an env var), and the bundled MCP authenticates automatically — **no\nseparate `claude mcp add`**, the plugin registers the server for you.\n\n**5. Restart Claude Code** (or `claude reload`) and start asking.\n\nThat's it. The plugin ships the skill **and** the MCP, so there's no separate\n`claude mcp add` step and nothing to wire up by hand.\n\n## 📦 What's inside\n\n| | |\n|---|---|\n| **Skill** (`podlearn`) | Routes your intent through the MCP tools so you never think about which one to call. |\n| **MCP server** | `search_podcasts` · `search_youtube` · `search_episodes` · `list_feed_episodes` · `transcribe_url` · `transcribe_feed` (bulk/season) · `get_transcription` · `search_transcription` · `generate_lesson` · `generate_linkedin_post` · and more. |\n\n## 🔌 Just the MCP server (without the plugin)\n\nThe plugin already bundles the server, so most people don't need this. But if you\nwant the MCP on its own — in **Claude Desktop**, **Cursor**, **ChatGPT**, or any\nother MCP client, or in Claude Code without the skill — add it directly.\n\n**Claude Code** (one command, with your token from [podlearn.ai/settings](https://podlearn.ai/settings)):\n\n```bash\nclaude mcp add --transport http podlearn \\\n  https://httiyebjgxxwtgggkpgw.supabase.co/functions/v1/mcp-server-streamable \\\n  --header \"Authorization: Bearer pl_mcp_YOUR_TOKEN\"\n```\n\n**Any MCP client** (Desktop, Cursor, etc.) — point it at the Streamable HTTP endpoint:\n\n| Field | Value |\n|---|---|\n| Transport | Streamable HTTP (`http`) |\n| URL | `https://httiyebjgxxwtgggkpgw.supabase.co/functions/v1/mcp-server-streamable` |\n| Header | `Authorization: Bearer pl_mcp_YOUR_TOKEN` |\n\nGenerate the `pl_mcp_…` token at [podlearn.ai/settings](https://podlearn.ai/settings).\nFull tool reference: [podlearn.ai/mcp-docs](https://podlearn.ai/mcp-docs).\n\n## 🔄 Manage\n\n```\n/plugin marketplace update podlearn      # pull the latest\n/plugin uninstall podlearn@podlearn      # remove the plugin\n/plugin marketplace remove podlearn      # remove the marketplace\n```\n\n## 🔐 Notes\n\n- **Your data, your token.** The MCP authenticates with the token you entered on\n  the install prompt (stored in your keychain). Auth error? Re-check it in\n  `/plugin` config or generate a fresh one at [podlearn.ai/settings](https://podlearn.ai/settings).\n- **Transparent pricing.** Reading and searching transcripts already in your\n  library is free. Paid actions (`transcribe_url`, `transcribe_feed`,\n  `generate_lesson`) spend PodLearn credits, and the skill confirms the cost\n  before charging. Start with 2 free credits; top up or subscribe at\n  [podlearn.ai](https://podlearn.ai).\n\n## 🌐 Also available\n\nPodLearn runs as a web app at **[podlearn.ai](https://podlearn.ai)** and as an\nMCP server for Claude Desktop, ChatGPT, Cursor, and any MCP-compatible client.\nThis plugin is the fastest way to use it from Claude Code.\n\n## 📄 License\n\n[AGPL-3.0](./LICENSE) — © 2026 Ofer Blutrich. Built on the\n[PodLearn](https://podlearn.ai) platform.\n",
  "bytes": 6008,
  "sha": "3def99b7d08491b0f190a11c28cb6db91e70bbe43a3424361d65a7ed136de5ea",
  "repo_slug": "blutrich/podlearn-plugin",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_blutrich_podlearn_76e68d73/readme"
}