Pepys
@Ankur Shrestha
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.
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"pepys": {
"command": "npx",
"args": [
"-y",
"pepys-mcp"
],
"env": {
"PEPYS_API_KEY": "pk_live_your_key_here"
}
}
}
}ツール
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.
概要
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.
よくある質問
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.
基本情報
「生産性」の他のコンテンツ
🚀 Time MCP Server: Giving LLMs Time Awareness Capabilities
yokingma⏰ Time MCP Server: Giving LLMs Time Awareness Capabilities
Todoist MCP Server
stanislavlysenko0912Full implementation of Todoist Rest API & support Todoist Sync API for MCP server
TickTick MCP Server
alexarevalo9A Model Context Protocol (MCP) server designed to integrate with the TickTick task management platform, enabling intelligent context-aware task operations and automation.
Desktop Commander
wonderwhy-erThis is MCP server for Claude that gives it terminal control, file system search and diff file editing capabilities
Todoist MCP Server
abhiz123MCP server for Todoist integration enabling natural language task management with Claude
コメント