MCP.so
登录

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"
      }
    }
  }
}

工具

9

Start 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.

评论

生产力 分类下的更多 MCP 服务器