Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Transports: stdio vs HTTP
  • State of MCP (stats)
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. Browse
  3. Pepys MCP
  4. vs Transcribe MCP
Side-by-Side Model Context Protocol Comparison

Pepys MCP vs Transcribe MCP

In-depth architectural comparison of the Pepys MCP and Transcribe MCP MCP servers. Compare execution transports, security boundaries, tool capabilities, quality scores, and ready-to-paste client installation snippets for Claude, Cursor, Windsurf, and VS Code.

At a Glance & Executive Verdict

Pepys MCP
Speech-to-Text · Local stdio
Quality: 61/100 (Good) | Auth: API Key required
Transcribe MCP
Speech-to-Text · Local stdio
Quality: 52/100 (Good) | Auth: No auth required
Verdict Summary: Choose Pepys MCP if you need specialized Speech-to-Text tools running via a local process. Choose Transcribe MCP if your workspace requires Speech-to-Text integration with local subprocess execution. Both servers can be configured concurrently in your client's mcpServers manifest.

Which MCP Server Should You Choose?

Pepys MCP logo

Choose Pepys MCP when:

  • You need dedicated capabilities in the Speech-to-Text domain.
  • You prefer local stdio subprocess transport architecture.
  • Your security boundary fits: API Key required (Freemium).
  • You have access to required keys: PEPYS_API_KEY.
  • Primary tools included: transcribe, get_transcription, upload_file.
Explore Pepys MCP Details
Transcribe MCP logo

Choose Transcribe MCP when:

  • You need dedicated capabilities in the Speech-to-Text domain.
  • You prefer local stdio subprocess transport architecture.
  • Your security boundary fits: No auth required (Free / Open Source).
  • Primary tools included: transcribe_url, find_dead_air, shop_info.
Explore Transcribe MCP Details

Feature & Specification Comparison

Specification
Pepys MCP logo
Pepys MCP
ankurmans
Speech-to-Text
Transcribe MCP logo
Transcribe MCP
Speech-to-Text
Summary
Category & ScopeSpeech-to-TextSpeech-to-Text
Quality signal

Tools & Capabilities Breakdown

Pepys MCP Tools (9)

transcribe
Transcribe hours-long audio or video into an accurate, speaker-labeled (diarized), timestamped transcript with correctly-timed SRT/VTT captions – work a general model can't do on a raw file. Accepts a file_ref from upload_file or a url (YouTube, podcast episode, RSS feed, Google Drive/Dropbox share). Audio is never used to train models. Returns { job_id, status }; fetch the result with get_transcription.
get_transcription
Fetch a transcription by job_id: full text, per-speaker timestamped segments, summary, duration_seconds, billed_minutes, and language. Set wait_ms (up to 25000) to long-poll so short clips come back in one call; otherwise poll until status is 'done'.
upload_file
Upload local audio/video the agent is holding (as base64 bytes or a file path) and get back a file_ref to pass to transcribe. Use this when the media has no public URL. Requires the Pepys R2 storage backend.
list_transcriptions
List this account's recent transcription jobs with their job_id, status, title, and duration, so you can resume, fetch, or export an earlier result instead of re-transcribing.

Ready-to-Paste Client Configurations

Paste either (or both) of these JSON server blocks into your client config file (e.g. claude_desktop_config.json or ~/.cursor/mcp.json).

Pepys MCP Configuration
mcpServers (Claude Desktop / Cursor)
{
  "mcpServers": {
    "ankurmans-pepys-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "pepys-mcp"
      ],
      "env": {
        "PEPYS_API_KEY": "YOUR_PEPYS_API_KEY_HERE"
      }
    }
  }
}
Transcribe MCP Configuration
mcpServers (Claude Desktop / Cursor)
{
  "mcpServers": {
    "transcribe-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "transcribe-mcp"
      ]
    }
  }
}

Frequently Asked Questions

Pepys MCP is categorized under Speech-to-Text and uses a local stdio subprocess. In contrast, Transcribe MCP belongs to Speech-to-Text using local stdio subprocess. Select Pepys MCP when you need capabilities focused on speech-to-text and Transcribe MCP when you require tools for speech-to-text.

More alternatives to Pepys MCPMore alternatives to Transcribe MCPSpeech-to-Text category hub

Related MCP Server Comparisons

Popular comparisons with Pepys MCP

  • Transcription logoPepys MCP vs Transcription
  • Whisper Windows MCP logoPepys MCP vs Whisper Windows MCP
  • Justtranscribe MCP logoPepys MCP vs Justtranscribe MCP
  • Spoken logoPepys MCP vs Spoken

Popular comparisons with Transcribe MCP

61/100 (Good)
52/100 (Good)
Transport ProtocolLocal Subprocess (stdio)Local Subprocess (stdio)
Auth RequirementAPI Key requiredNo auth required
Pricing ModelFreemiumFree / Open Source
Required Env Vars
PEPYS_API_KEY
None required
Compatible Clients
Claude DesktopCursorWindsurfClineVS Code
Claude DesktopCursorWindsurfClineVS Code
Install path signalnpx · highnpx · high
Engagement & Health 2 views 0 copies 0 upvotes 0 stars 1 views 0 copies 0 upvotes 0 stars
Verified / OfficialCommunity ListingCommunity Listing
Open full listingView Pepys MCP ListingView Transcribe MCP Listing
list_podcast_episodes
Given a podcast RSS feed or Apple Podcasts show URL, list its episodes (title, publish date, episode_guid, audio_url) so you can pick exactly which one to transcribe.
transcribe_podcast_feed
Batch-transcribe a whole podcast feed in one call – fan out every episode, or the latest N, to individual jobs. Returns a set of job_ids. Paid capability (throughput/abuse gate).
export_transcript
Export a finished transcript as SRT, VTT, TXT, Markdown, or JSON, with correct caption timings. Segment-level export is free; word-level-timed export (word_level:true) is a paid unlock. (DOCX/PDF are available in the Pepys web app.)
search_transcript
Search inside a long transcript for a phrase and get back only the matching timestamped segments – locate a quote or topic in an hours-long recording without loading the whole transcript into context.
get_credit_balance
Return the account's remaining transcription credits (in minutes) so you can check headroom before starting a large batch and avoid running out mid-run.

Transcribe MCP Tools (3)

transcribe_url
a public audio/video URL → text, timings, detected language
find_dead_air
subtitles or timings → the spans worth cutting, and what you'd save
shop_info
prices, limits and how payment works
Justtranscribe MCP logo
Transcribe MCP vs Justtranscribe MCP
  • Transcription logoTranscribe MCP vs Transcription
  • FunASR logoTranscribe MCP vs FunASR
  • SpeechWeave logoTranscribe MCP vs SpeechWeave
  • Pay-once transcription for audio, video, and whole podcast feeds via Pepys. Transcribe a file or a pasted YouTube/podcast link, get speaker diarization, export SRT/VTT, search a transcript, and check credit balance. Hosted connector (OAuth, no API key) or npx pepys-mcp. 99+ languages.
    Transcribe audio/video and find dead air. Pay-per-call in USDC over x402 — no account, no key.