by akshayvkt
Search Lenny's Podcast transcripts and product management podcast transcripts—fast full text search of pricing, growth,
★ 15
GitHub stars
Provides searchable access to 284 episodes of Lenny's Podcast transcripts, letting you quickly find product management insights from guests like Shreyas Doshi, Julie Zhuo, and Brian Chesky.
You can install Lenny's Podcast in your AI client of choice. Use the install panel on this page to get one-click setup for Cursor, Claude Desktop, VS Code, and other MCP-compatible clients. This server supports remote connections over HTTP, so no local installation is required.
NOASSERTION
Lenny's Podcast is released under the NOASSERTION license.
Add new capabilities to Claude beyond text generation
Example
Access external data sources, execute code, interact with tools and services
Transform Claude from chatbot to action-taking agent
Provide Claude with access to relevant context and data
Example
Load project documentation, access knowledge bases, query databases
Get more accurate, context-aware responses
Automate multi-step workflows combining AI and external tools
Example
Research → Summarize → Create document → Send notification
Complete complex tasks end-to-end without manual steps
Share your MCP server with the developer community
Strong directory entry: Lenny's Podcast surfaces stars and publisher context so we could sanity-check maintenance before adopting.
Lenny's Podcast is among the better-indexed MCP projects we tried; the explainx.ai summary tracks the official description.
According to our notes, Lenny's Podcast benefits from clear Model Context Protocol framing — fewer ambiguous “AI plugin” claims.
I recommend Lenny's Podcast for teams standardizing on MCP; the explainx.ai page compares cleanly with sibling servers.
Useful MCP listing: Lenny's Podcast is the kind of server we cite when onboarding engineers to host + tool permissions.
We evaluated Lenny's Podcast against two servers with overlapping tools; this profile had the clearer scope statement.
We wired Lenny's Podcast into a staging workspace; the listing’s GitHub and npm pointers saved time versus hunting across READMEs.
Lenny's Podcast reduced integration guesswork — categories and install configs on the listing matched the upstream repo.
We evaluated Lenny's Podcast against two servers with overlapping tools; this profile had the clearer scope statement.
According to our notes, Lenny's Podcast benefits from clear Model Context Protocol framing — fewer ambiguous “AI plugin” claims.
showing 1-10 of 29
Search 284 episodes of Lenny's Podcast transcripts directly from Claude. Get instant access to product wisdom from guests like Shreyas Doshi, Julie Zhuo, Brian Chesky, and hundreds more.
https://lenny-mcp.onrender.com/mcphttps://github.com/user-attachments/assets/2865089c-027b-46f2-9301-82aeb3e5c16c
https://lenny-mcp.onrender.com/mcphttps://github.com/user-attachments/assets/b494f1d8-6091-4e14-adb5-82bd3f02958f
claude mcp add -t http -s user lenny-transcripts https://lenny-mcp.onrender.com/mcp
Then restart Claude Code.
Once connected, try asking Claude things like:
| Tool | Description |
|---|---|
search_transcripts | Search all 284 episodes by topic/keyword |
get_episode | Get full transcript for a specific guest |
list_episodes | List all available episodes |
The server downloads Lenny's publicly shared transcripts from Dropbox on startup, indexes them using FlexSearch for fast keyword search, and exposes three MCP tools that Claude can use to search and retrieve content.
MIT - See LICENSE for details.
The podcast transcripts are property of Lenny Rachitsky and are used with his public permission.
Prerequisites
Time Estimate
15-60 minutes depending on server complexity
Steps
Troubleshooting
✓ Do
✗ Don't
💡 Pro Tips
Architecture
Model Context Protocol standardizes how AI hosts (Claude, Cursor) communicate with external tools and data sources through server implementations.
Protocols
Compatibility
✓ Use when
Use when you need Claude to access external data, execute actions, or integrate with tools. Best for extending AI capabilities beyond conversation.
✗ Avoid when
Avoid when native integrations exist (use official APIs directly), for real-time critical systems, or when security/compliance requires zero external dependencies.