Lennys Wisdom

Provides access to curated wisdom from 20 Lenny's Podcast episodes via an MCP interface for actionable product leadership guidance.
  • python

0

GitHub Stars

python

Language

4 months ago

First Indexed

2 months ago

Catalog Refreshed

Documentation & install

Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.

Installation

Add the following to your MCP client configuration file.

Configuration

View docs
{
  "mcpServers": {
    "edisoncruz-lennys-wisdom-mcp": {
      "command": "python",
      "args": [
        "/absolute/path/to/lennys-wisdom-mcp/lennys_wisdom/server.py"
      ]
    }
  }
}

You can access curated wisdom from Lenny's podcast transcripts through a Python-based MCP server that exposes actionable product leadership insights. It integrates with your workflow to answer natural language questions, surface practical guidance, and let you explore perspectives from leading product chiefs with structured, timestamped context.

How to use

You connect to the MCP server using a client that supports the MCP protocol. Once connected, you can search across the wisdom library, retrieve full episodes, and ask for specific guidance. Practical usage includes querying for leadership insights, exploring how different guests approach topics, and pulling actionable advice you can apply today. You can also ask for quotes from a particular guest, or browse the catalog of frameworks mentioned across episodes.

How to install

Prerequisites you need before installing are Python and a working internet connection.

cd mcp_server
pip install -r requirements.txt

Additional setup and configuration

Configure Claude Desktop to connect to this MCP server by providing the local runtime command and path to the server. The configuration example uses a Python command that runs the server script.

{
  "mcpServers": {
    "lennyswisdom": {
      "command": "python",
      "args": ["/absolute/path/to/lennys-wisdom-mcp/lennys_wisdom/server.py"]
    }
  }
}

Restart Claude Desktop

Quit Claude Desktop and reopen it to apply the new MCP server configuration.

Usage notes and tips

  • Use the available tools to search, filter, and compare insights from different leaders. - The server exposes a library of 280+ insights across 20 guests, with actionable flags and themed topics. - You can request situation-specific advice, a focused set of actionable insights, or a side-by-side comparison of leadership approaches.

Available tools

search_wisdom

Search across all episodes for relevant insights using keywords and relevance scoring.

list_guests

List all available guests with brief descriptions.

get_episode

Retrieve complete details of a specific episode by its identifier.

search_by_topic

Filter insights by topic such as leadership, product-management, growth, AI-ML, or decision-making.

get_advice_for_situation

Provide curated, multi-guest advice for a described PM situation.

get_actionable_insights

Return only immediately actionable insights, filtered by optional topic.

compare_perspectives

Show side-by-side approaches to a topic from different guests.

get_quotes_by_guest

Fetch all quotes from a specific guest, optionally filtered by topic.

list_frameworks

Catalog frameworks mentioned across episodes and indicate where each appears.

Built by
VeilStrat
AI signals for GTM teams
© 2026 VeilStrat. All rights reserved.All systems operational
Lennys Wisdom MCP Server - edisoncruz/lennys-wisdom-mcp | VeilStrat