MCP Server for AI-Powered Product Management Insights Query 269 episodes of Lenny's Podcast directly from Claude Code, Cursor, or any MCP-compatible AI assistant. Installation · Usage · Tools · Examples Lenny's Podcast is a goldmine of product management wisdom from leaders at Airbnb, Stripe, Netflix, and more. This MCP server makes that knowledge accessible to AI assistants—so you can get expert
Add this skill
npx mdskills install bluzername/lennys-quotesWell-documented MCP server providing searchable access to 269 podcast episodes with rich toolset
1<div align="center">23# 🎙️ Lenny's Podcast Wisdom45**MCP Server for AI-Powered Product Management Insights**67[](https://www.npmjs.com/package/lennys-podcast-wisdom)8[](https://opensource.org/licenses/MIT)910*Query 269 episodes of [Lenny's Podcast](https://www.lennysnewsletter.com/podcast) directly from Claude Code, Cursor, or any MCP-compatible AI assistant.*1112> **Credit:** This tool is built on the incredible content from [Lenny Rachitsky's Podcast](https://www.lennysnewsletter.com/podcast) — the #1 podcast for product people. Subscribe to support Lenny's work!13141516[Installation](#installation) · [Usage](#usage) · [Tools](#tools) · [Examples](#examples)1718</div>1920---2122## Why?2324Lenny's Podcast is a goldmine of product management wisdom from leaders at Airbnb, Stripe, Netflix, and more. This MCP server makes that knowledge accessible to AI assistants—so you can get expert advice while writing PRDs, planning roadmaps, or making product decisions.2526**No API keys. No LLM costs. Runs locally.**2728---2930## Installation3132```bash33# Install globally34npm install -g lennys-podcast-wisdom3536# Add to Claude Code37claude mcp add lennys-wisdom -- lennys-wisdom38```3940Or try instantly with npx:4142```bash43claude mcp add lennys-wisdom -- npx lennys-podcast-wisdom44```4546---4748## Usage4950Once installed, just ask naturally:5152```53"Search Lenny's podcast for advice on product-market fit"54"What does Brian Chesky say about design?"55"Give me random wisdom about leadership"56```5758---5960## Tools6162| Tool | Description |63|------|-------------|64| `search_quotes` | Search 51,000+ transcript segments by keyword |65| `search_quotes_smart` | 3-phase LLM-assisted search for nuanced topics |66| `list_guests` | Browse all 269 guests, filter by name or views |67| `get_episode` | Get episode details, description, YouTube link |68| `random_wisdom` | Get serendipitous inspiration by topic |6970---7172## Examples7374### Search for quotes75```76User: Search for quotes about hiring PMs7778Claude: Found 5 quotes about "hiring PMs":79801. **Shreyas Doshi** (The art of product management)81 > "The best PMs I've hired have this quality of being82 > relentlessly resourceful..."83 [Watch at 00:42:15](https://youtube.com/watch?v=...)84```8586### Get episode details87```88User: Get episode details for Brian Chesky8990Claude: # Brian Chesky's new playbook91**Guest:** Brian Chesky92**Duration:** 1:13:2893**Views:** 381,90594**YouTube:** https://youtube.com/watch?v=4ef0juAMqoE95```9697---9899## How It Works100101```102┌─────────────────┐ MCP Protocol ┌──────────────────┐103│ Claude Code │ ◄─────────────────► │ lennys-wisdom │104│ (or Cursor) │ Tool Calls │ (local search) │105└─────────────────┘ └──────────────────┘106 │107 ▼108 ┌──────────────┐109 │ Lunr.js │110 │ Full-text │111 │ Search │112 └──────────────┘113 │114 ▼115 ┌──────────────┐116 │ 269 Episode │117 │ Transcripts │118 └──────────────┘119```120121- **Lunr.js** for fast full-text search (no external APIs)122- **51,205 indexed segments** with timestamps123- **YouTube deep links** jump to exact moments124125---126127## Use Cases128129- 📝 **Writing PRDs** — Get frameworks and best practices130- 🗺️ **Product Strategy** — Learn from Airbnb, Stripe, Netflix leaders131- 🎯 **Career Growth** — Advice on leveling up as a PM132- 🤖 **Building Tools** — Power Slack bots, dashboards, or custom apps133134---135136## Data Source137138Transcripts from [ChatPRD/lennys-podcast-transcripts](https://github.com/ChatPRD/lennys-podcast-transcripts).139140---141142## Automatic Updates143144This package stays current automatically:145146- **Weekly checks** for new Lenny's Podcast episodes (every Monday)147- **Auto-published** to npm when new transcripts are available148- **No action required** — just run `npm update -g lennys-podcast-wisdom`149150[](https://github.com/bluzername/lennys-quotes/actions/workflows/update-transcripts.yml)151152---153154## License155156MIT157158---159160<div align="center">161162**Built with ❤️ for the product community**163164</div>165
Full transparency — inspect the skill content before installing.