TranscriptMax for VS Code
com.transcriptmax/transcriptmax
Transcribe YouTube via Whisper. Summaries, chapters, semantic-search across your corpus.
client:VS Code
transport:streamable-http
Install TranscriptMax in VS Code
.vscode/mcp.json
{
"servers": {
"transcriptmax": {
"type": "http",
"url": "https://api.transcriptmax.com/mcp"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs