Catalog
co.pepys/pepys-mcp
OfficialTranscribe audio & video: diarization, timed SRT/VTT, podcasts, paste-a-link, whole-feed batch.
Transcribe audio and video with speaker diarization, timestamps, and batch processing.
Could not list tools - the server may require authentication or be unreachable.
README not available yet.
Install
Configuration
Environment variables
PEPYS_API_KEYrequiredsecretYour Pepys API key (starts with pk_live_), from https://pepys.co/developers
claude_desktop_config.json
{
"mcpServers": {
"pepys-mcp": {
"command": "npx",
"args": [
"-y",
"pepys-mcp@0.1.1"
],
"env": {
"PEPYS_API_KEY": "<YOUR_PEPYS_API_KEY>"
}
}
}
}