In Claude's Connectors Directory
Pepys is a listed connector in Claude's own Connectors Directory, not only an MCP server you configure by hand. In Claude, open Settings → Connectors → Browse connectors, search "Pepys," and add it – no URL to copy. The listing carries an automated Anthropic review and covers Claude in Chrome too, which shares Claude's connector list.
Connect in one step
1. Hosted connector – no API key. Point a remote MCP connector at https://pepys.co/api/mcp directly. The agent signs in to Pepys once with OAuth and transcription bills to your credits. This is the only route for ChatGPT, which has no connector directory yet: Settings → Connectors → Add custom connector. Claude supports the same direct-URL option for anyone who prefers it over browsing the directory.
2. Local server – your own key. Run the published pepys-mcp server with a bearer API key from Settings → API keys. This suits local dev agents that already have a terminal.
{
"mcpServers": {
"pepys": {
"command": "npx",
"args": ["-y", "pepys-mcp"],
"env": { "PEPYS_API_KEY": "pk_live_your_key" }
}
}
}Tools exposed
transcribe – transcribe a file, a direct link, or a pasted YouTube or podcast URL. upload_file – hand the agent a local file through a presigned upload. get_transcription – read back the transcript, segments, summary, and speaker labels. list_transcriptions – list recent jobs so the agent can resume or re-export earlier work.
list_podcast_episodes – list a feed's episodes to pick which one to transcribe. export_transcript – return correctly-timed SRT, VTT, or plain text. transcribe_podcast_feed – fan a whole RSS or Apple Podcasts feed out into one transcript per episode. search_transcript – find the moment a phrase was said inside a long transcript.
ask_transcription – ask a question about a transcript and get only citation-backed answers. get_credit_balance – check remaining minutes before a large job.
What it costs
The 60 free minutes granted at signup apply through the MCP too. After that it is pay-once, usage-based: 1 credit = 1 minute and credits never expire. See pricing.
Diarization, whole-feed batch transcription, and word-level export unlock with any one-time purchase – the same unlocks as the rest of Pepys.
Also published in
Beyond Claude's own directory, Pepys is published in the other registries agents and MCP tooling browse: Smithery, mcp.so, and the MCP Registry.