Back to search
100
MCP live v0.6.0 streamable-http

Lenny Rachitsky Podcast Transcripts MCP Server

ai.com.mcp/lenny-rachitsky-podcast

MCP server for structured access to Lenny Rachitsky podcast transcripts. For content creators.

Uptime
50.0%
10 probes
Response
366ms
last probe
Tools
8
callable

Tools · 8

getEpisodes

List episodes - Lists episodes with parsed frontmatter (guest, title, duration, youtube_url, etc.) and their canonical resource URIs.

getEpisodesGuest

Get an episode card (metadata + key URIs)

getEpisodesGuestMetadatajson

Get episode metadata as JSON (frontmatter)

getEpisodesGuestTranscriptformat

Get transcript in a specific format - Returns the transcript in the requested format: - md: markdown (may include or exclude frontmatter based on include_frontmatter) - txt: clean text (best for LLM i…

getEpisodesGuestChunks

List chunk descriptors for an episode - Returns chunk boundaries and URIs for chunk retrieval. Chunks may be computed on-demand using size/overlap parameters.

getEpisodesGuestChunksChunkIdtxt

Get a specific transcript chunk as plain text

getSearch

Search episodes and transcripts - Searches across metadata (D1) and transcript text (Vectorize). Returns matches as resources, including per-hit URIs pointing to episode cards and transcript chunks. N…

postSearch

Search episodes and transcripts (POST body) - Same search as GET /search, but parameters are provided in the request body. This is useful for longer filter payloads.

Similar MCP servers embedding-nearest

lenny rachitsky podcast
Metadata-only Glama MCP connector.
0 tools · http
com.bullpenstrategygroup.rotunda/mcp
An MCP server that provides congressional transcripts
0 tools · streamable-http
com.petabloom/podcasts
An MCP server that provides tools to discover and retrieve podcast episodes transcripts.
0 tools · streamable-http
artsamsonov/transcriptor-mcp
MCP server that fetches video transcripts via yt-dlp.
0 tools
fetchtranscript-mcp
MCP server for FetchTranscript YouTube API
0 tools
ktalk-mcp
MCP server for accessing Kontur Talk (KTalk) recordings, transcripts and summaries
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "lenny_rachitsky_podcast_transcripts_mcp_server": {
      "url": "https://lenny-rachitsky.run.mcp.com.ai/mcp",
      "transport": "streamable-http"
    }
  }
}