loading…
Search for a command to run...
loading…
Provides structured access to actionable insights, frameworks, and leadership advice curated from episodes of Lenny's Podcast. It enables users to search for sp
Provides structured access to actionable insights, frameworks, and leadership advice curated from episodes of Lenny's Podcast. It enables users to search for specific product management situations, compare guest perspectives, and browse a catalog of industry frameworks.
An MCP (Model Context Protocol) server providing structured access to wisdom from 20 curated Lenny's Podcast episodes featuring world-class product leaders.
Inspired by Lenny Rachitsky's generous decision to make all 320+ podcast transcripts freely available.
See his LinkedIn announcement →
This project transforms those transcripts into actionable wisdom accessible directly in your workflow via Claude Desktop.
Date: February 9, 2026
Status: MCP with highly adaptable foundation established. The remaining 280 transcripts will be extracted by the end of February 2026.
We want to meet users where they are by making the collective wisdom of Lenny's tech titan guests available in your Claude, ChatGPT, or LLM of choice.
Instead of generic responses to prompts like "Look through these transcripts and give me frameworks about product-market fit" or "What does Brian Chesky have to say about prioritization?", this MCP server super-powers your LLM by augmenting its reasoning capabilities with the minds of the most successful leaders in tech.
Ask natural questions. Get specific, actionable advice from world-class PMs—with context, timestamps, and quotes.
1. Install the package:
pip install -e /path/to/lennys-wisdom-mcp
2. Configure Claude Desktop:
Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%/Claude/claude_desktop_config.json (Windows):
{
"mcpServers": {
"lennys-wisdom": {
"command": "python",
"args": ["/path/to/lennys-wisdom-mcp/lennys_wisdom/server.py"]
}
}
}
3. Restart Claude Desktop
Claude Code and Cowork automatically detect MCP servers installed via pip:
pip install -e /path/to/lennys-wisdom-mcp
# MCP server is now available in Claude Code/Cowork
"I'm joining a new company as VP Product, what should I do?"
→ get_advice_for_situation() returns curated advice from multiple leaders
"Show me actionable insights about hiring"
→ get_actionable_insights() filters for immediately implementable advice
"How do Brian Chesky and Ben Horowitz approach leadership differently?"
→ compare_perspectives() shows side-by-side comparison
"What frameworks are available?"
→ list_frameworks() catalogs DHM, LNO, JTBD, Pre-mortems, etc.
Architecture: FastMCP server with 9 tools accessing 280+ insights from 20 manually extracted episodes (~320,000 words processed)
Data Format: JSON files with 15 key insights per episode, including verbatim quotes, timestamps, themes with relevance scores, topic tags, frameworks, and actionable flags
Search: Keyword matching with relevance scoring
Output: Markdown-formatted responses
Extracted: February 2026 using Claude Sonnet 4.5
Contributions welcome! Please submit a Pull Request.
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"lenny-s-wisdom-mcp-server": {
"command": "npx",
"args": []
}
}
}