MCPcopy Index your code
hub / github.com/akshayvkt/lenny-mcp

github.com/akshayvkt/lenny-mcp @main

Chat with this repo
repository ↗ · DeepWiki ↗ · + Follow
18 symbols 44 edges 3 files 0 documented · 0%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Lenny's Podcast MCP

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.

Quick Start

Option 1: Claude Desktop / Claude.ai

  1. Open Claude Desktop or go to claude.ai
  2. Go to Settings → Connectors → Add custom connector
  3. Enter the URL: https://lenny-mcp.onrender.com/mcp
  4. Click Add and enable the connector
  5. Start asking questions!

https://github.com/user-attachments/assets/2865089c-027b-46f2-9301-82aeb3e5c16c

Option 2: ChatGPT

  1. Go to Settings → Apps → Enable Developer Mode
  2. Click Create App
  3. Add a name and paste the URL: https://lenny-mcp.onrender.com/mcp
  4. Save and start using it!

https://github.com/user-attachments/assets/b494f1d8-6091-4e14-adb5-82bd3f02958f

Option 3: Claude Code CLI

claude mcp add -t http -s user lenny-transcripts https://lenny-mcp.onrender.com/mcp

Then restart Claude Code.


What You Can Ask

Once connected, try asking Claude things like:

  • "What do product leaders say about pricing strategy?"
  • "How should I think about user onboarding?"
  • "What has Shreyas Doshi said about prioritization?"
  • "Search Lenny's podcast for advice on building growth teams"
  • "What do guests say about the transition from IC to manager?"

Available Tools

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

How It Works

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.

Credits

License

MIT - See LICENSE for details.

The podcast transcripts are property of Lenny Rachitsky and are used with his public permission.

Extension points exported contracts — how you extend this code

Episode (Interface)
(no doc)
src/loader.ts
SearchResult (Interface)
(no doc)
src/search.ts

Core symbols most depended-on inside this repo

createMCPServer
called by 2
src/index.ts
loadTranscripts
called by 2
src/loader.ts
extractSnippet
called by 2
src/loader.ts
initializeIndex
called by 2
src/search.ts
listEpisodes
called by 2
src/search.ts
runStdio
called by 1
src/index.ts
runHTTP
called by 1
src/index.ts
main
called by 1
src/index.ts

Shape

Function 16
Interface 2

Languages

TypeScript100%

Modules by API surface

src/loader.ts9 symbols
src/search.ts5 symbols
src/index.ts4 symbols

For agents

$ claude mcp add lenny-mcp \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact