Skip to content
Zed

TranscriptMax for Zed

com.transcriptmax/transcriptmax

Transcribe YouTube via Whisper. Summaries, chapters, semantic-search across your corpus.

client:Zed transport:streamable-http

Install TranscriptMax in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "transcriptmax": {
      "url": "https://api.transcriptmax.com/mcp"
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

TranscriptMax in other clients