Pepys
@Ankur Shrestha
About Pepys
Thin stdio MCP connector for the Pepys transcription API. npx pepys-mcp – give Claude, ChatGPT, or Cursor audio/video transcription: diarization, SRT/VTT, podcasts, paste-a-link.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"pepys": {
"command": "npx",
"args": [
"-y",
"pepys-mcp"
],
"env": {
"PEPYS_API_KEY": "pk_live_your_key_here"
}
}
}
}Tools
9Start a transcription from a `url` (file / YouTube / podcast / Drive) or a `file_ref`. Options: `diarize` (paid), `summary`, `chapters`, `translate_to`, `quality`, podcast `episode_guid`/`episode_index`. Returns `{ job_id, status }`.
Fetch a job by `job_id`; set `wait_ms:25000` to long-poll short clips to completion in one call.
Upload local media (a `path` or `bytes_base64`) → a `file_ref` for `transcribe`.
Recent jobs (id, status, title, minutes).
Episodes of an RSS/Apple/Spotify feed, with `episode_guid`s.
Batch a whole feed (or latest N). **Paid.**
Export SRT / VTT / TXT / MD / JSON. Segment-level is free; `word_level:true` is a **paid** unlock. (DOCX/PDF: use the web app.)
Find a phrase in a long transcript → only the matching timestamped segments (no full-transcript context load).
Remaining credit minutes + whether Pro is unlocked.
Overview
What is Pepys?
Thin stdio MCP connector for the Pepys transcription API. npx pepys-mcp – give Claude, ChatGPT, or Cursor audio/video transcription: diarization, SRT/VTT, podcasts, paste-a-link.
How to use Pepys?
The README includes setup instructions such as "command": "npx",.
Key features of Pepys
- MCP server integration
Use cases of Pepys
- Connect an MCP-compatible client to this repository's service.
- Review the README-backed setup before enabling it in production.
FAQ from Pepys
Where is the source code for Pepys?
The source code is linked from the repository URL on this page.
Does Pepys include a standard MCP config?
If the README contains a parseable MCP configuration block, it is shown in the Config tab.
Frequently asked questions
Where is the source code for Pepys?
The source code is linked from the repository URL on this page.
Does Pepys include a standard MCP config?
If the README contains a parseable MCP configuration block, it is shown in the Config tab.
Basic information
More Productivity MCP servers
Lamda
firerpaAndroid Full-Stack Device Control Platform: WebRTC/H.264 remote desktop, UI/OCR/image-matching automation, one-click MITM, built-in Frida, proxy/VPN/frp/P2P networking, MCP/Agent, 160+ APIs, designed for multi-device clusters and engineered deployments.
Desktop Commander
wonderwhy-erThis is MCP server for Claude that gives it terminal control, file system search and diff file editing capabilities
C++ Excel Automation MCP Server
smileFAaceA MCP server for automatically create, view and modify Excel related file using LLM
Desktop Commander MCP
wonderwhy-erThis is MCP server for Claude that gives it terminal control, file system search and diff file editing capabilities
Swift MCP GUI Server
NakaokaReiMCP server that can execute commands such as keyboard input and mouse movement on macOS
Comments