Back to MCP Servers

Lennys Quotes

Query 269 episodes of Lenny's Podcast for product management wisdom. Search 51,000+ transcript segments with YouTube timestamps. Perfect for PRDs, strategy, and PM career advice.

knowledge-memory

Installation

npx -y lennys-quotes

Configuration

{
  "mcpServers": {
    "lennys-quotes": {
      "command": "npx",
      "args": ["-y", "lennys-quotes"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub