The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the PodLearn listing page.
The podcast & video knowledge engine, right inside Claude Code. Drop a link. Get a verbatim transcript, a searchable archive, and an AI lesson in seconds.
Some of the best thinking on the planet is locked inside hours of audio you'll never have time for. PodLearn unlocks it. Hand Claude any podcast or YouTube URL and it transcribes the whole thing (yes, even long talks with no captions), makes every word searchable, and distills the ideas into a structured lesson. No tab-switching, no copy-paste, no "I'll get to it later."
One install adds the PodLearn skill and MCP server to Claude Code. The skill handles the routing; the MCP does the work. You just talk.
transcribe_feed ingests an entire podcast feed in one shot, not episode-by-episode."What podcasts do you have about AI agents?" "Transcribe this and make me a lesson: ‹youtube or podcast URL›" "Find the best quotes about pricing from ‹episode›" "Transcribe the last 10 episodes of ‹podcast› and summarize the themes." "Turn that lesson into a LinkedIn post."
1. Grab your token (free, 2 credits to try) at podlearn.ai/settings — a
pl_mcp_…token. Keep it handy.
2. Add the marketplace — in Claude Code (run this on its own, wait for confirmation):
3. Install the plugin — then run:
⚠️ Run them one at a time — they're two separate slash commands. Pasting both lines at once makes Claude treat the second as part of the first.
4. Paste your token when prompted. Claude Code asks for your PodLearn MCP
token on install. It's stored in your system keychain (never a settings file,
never an env var), and the bundled MCP authenticates automatically — no
separate claude mcp add, the plugin registers the server for you.
5. Restart Claude Code (or claude reload) and start asking.
That's it. The plugin ships the skill and the MCP, so there's no separate
claude mcp add step and nothing to wire up by hand.
Skill (podlearn) | Routes your intent through the MCP tools so you never think about which one to call. |
| 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. |
The plugin already bundles the server, so most people don't need this. But if you want the MCP on its own — in Claude Desktop, Cursor, ChatGPT, or any other MCP client, or in Claude Code without the skill — add it directly.
Claude Code (one command, with your token from podlearn.ai/settings):
Any MCP client (Desktop, Cursor, etc.) — point it at the Streamable HTTP endpoint:
| Field | Value |
|---|---|
| Transport | Streamable HTTP (http) |
| URL | https://httiyebjgxxwtgggkpgw.supabase.co/functions/v1/mcp-server-streamable |
| Header | Authorization: Bearer pl_mcp_YOUR_TOKEN |
Generate the pl_mcp_… token at podlearn.ai/settings.
Full tool reference: podlearn.ai/mcp-docs.
/plugin config or generate a fresh one at podlearn.ai/settings.transcribe_url, transcribe_feed,
generate_lesson) spend PodLearn credits, and the skill confirms the cost
before charging. Start with 2 free credits; top up or subscribe at
podlearn.ai.PodLearn runs as a web app at podlearn.ai and as an MCP server for Claude Desktop, ChatGPT, Cursor, and any MCP-compatible client. This plugin is the fastest way to use it from Claude Code.
AGPL-3.0 — © 2026 Ofer Blutrich. Built on the PodLearn platform.