PodLearn MCP Server
Enables transcription, search, and lesson generation from podcast and YouTube URLs directly inside Claude Code.
README
<div align="center">
🎧 PodLearn for Claude Code
Stop listening. Start learning.
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.
</div>
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.
✨ Why people use it
- ⏱️ Hours → minutes. A 2-hour interview becomes a transcript + lesson you skim in five.
- 🔎 Find the exact moment. Full-text search across every transcript, with citations. "Where did they talk about pricing?" jumps you straight there.
- ▶️ YouTube that actually works. Paste any video, captions or not. Conference talks, lectures, channel deep-dives, all transcribed natively.
- 📚 Bulk a whole season.
transcribe_feedingests an entire podcast feed in one shot, not episode-by-episode. - 🧠 Lessons, not just text. Auto-generated key takeaways and structured notes you can act on.
- 🤖 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).
💬 What you can ask
"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."
⚡ Install (60 seconds)
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):
/plugin marketplace add blutrich/podlearn-plugin
3. Install the plugin — then run:
/plugin install podlearn@podlearn
⚠️ 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.
📦 What's inside
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. |
🔌 Just the MCP server (without the plugin)
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):
claude mcp add --transport http podlearn \
https://httiyebjgxxwtgggkpgw.supabase.co/functions/v1/mcp-server-streamable \
--header "Authorization: Bearer pl_mcp_YOUR_TOKEN"
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.
🔄 Manage
/plugin marketplace update podlearn # pull the latest
/plugin uninstall podlearn@podlearn # remove the plugin
/plugin marketplace remove podlearn # remove the marketplace
🔐 Notes
- Your data, your token. The MCP authenticates with the token you entered on
the install prompt (stored in your keychain). Auth error? Re-check it in
/pluginconfig or generate a fresh one at podlearn.ai/settings. - Transparent pricing. Reading and searching transcripts already in your
library is free. Paid actions (
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.
🌐 Also available
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.
📄 License
AGPL-3.0 — © 2026 Ofer Blutrich. Built on the PodLearn platform.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.