ankurmans/pepys-mcp
Pay-once transcription for audio, video, and whole podcast feeds via [Pepys](https://pepys.co). Transcribe a file or a pasted YouTube/podcast link, get speaker diarization, export SRT/VTT, search a transcript, and check credit balance. Hosted connector (OAuth, no API key) or `npx pepys-mcp`. 99+ languages.
Installation
Example client config (verify package name in the repo README)
{
"mcpServers": {
"pepys-mcp": {
"command": "npx",
"args": ["-y", "pepys-mcp"]
}
}
}Related in Speech-to-Text
eviscerations/whisper-windows-mcp
Windows-native local audio and video transcription using whisper.cpp with Vulkan GPU acceleration. No cloud APIs, no Python. Batch processing, multilingual support, model management, and background job handling built in.
spokenmd/spoken
Fetch published podcast transcripts as clean Markdown with real speaker names (not "Speaker 1") via the [Spoken](https://spoken.md) API. Search episodes, get transcripts, check credit balance.