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
  • 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. ๐ŸŒŽ Translation Services
  3. Live Translate MCP
Live Translate MCP logo
Health: ActiveRecent health check succeeded.Last checked 9/7/2026, 5:01:06 AM

Live Translate MCP

User RatingsBe the first to rate and review this MCP server!
View Repository3 GitHub StarsTotal stargazers on GitHub for the source repository (3 stars).Visit Website
translationspeech-to-texttext-to-speechaudioclaude

Translates English and Mandarin WAV speech with local Whisper and Piper, using Claude for text translation.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON โ–พ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "waxberry-dev-live-translate-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "live-translate-mcp"
      ]
    }
  }
}

๐Ÿ’ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Tool Schemas (3) Directory Badge Claim listing Alternatives๐ŸŒŽ More in Translation Services

Overview

The waxberry-dev/live-translate-mcp MCP server translates English and Mandarin speech from WAV files or base64-encoded WAV audio. It runs Whisper transcription and Piper speech synthesis locally, while sending the transcription to the Claude API for translation. Use it when an MCP client needs spoken translation with local audio processing and automatic playback or base64 audio output. An Anthropic API key, Node.js 18+, and espeak-ng are required.

Use cases

โ€ขTranslate recorded English or Mandarin conversations
โ€ขGenerate spoken translations beside source WAV files
โ€ขProcess in-memory WAV audio in an application
โ€ขCheck local speech dependencies before translation

Key features

โ€ขEnglish and Mandarin speech translation
โ€ขLocal Whisper transcription
โ€ขClaude API text translation
โ€ขLocal Piper TTS synthesis
โ€ขWAV file and base64 audio inputs
โ€ขDependency health checks

Capabilities & Tool Schemas (3) ~141 tokensApproximate context cost of this serverโ€™s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Self-reported Self-reportedParsed from the repository README, not verified against a live server โ€” may be incomplete or out of date.

Inspect callable tools, capabilities, and parameters exposed to AI agents by Live Translate MCP.

translate_file

Translate a WAV audio file. Pass an absolute path โ€” the server transcribes it, translates the text via Claude, synthesises speech, saves `<name>_translated.wav` next to the original, and plays it automatically.

translate_speech

Translate raw audio passed as a base64-encoded WAV string. Returns the transcription, translation, and synthesised audio as base64 WAV โ€” useful for programmatic workflows.

health_check

Verify that all dependencies (Whisper model cache, Piper voice files, `espeak-ng`) are present and ready before making a translation request.

How Live Translate MCP works

What waxberry-dev/live-translate-mcp MCP server does

The waxberry-dev/live-translate-mcp MCP server adds English-to-Mandarin and Mandarin-to-English speech translation tools to compatible MCP clients. It accepts WAV audio, identifies whether the speech is English or Mandarin, transcribes it with Whisper, sends the resulting text to Claude for translation, and converts the translated text back into speech with Piper TTS.

Audio processing stays on the local machine for speech recognition and synthesis. The translated text is sent to the Anthropic API; the source audio itself is not uploaded by these processing stages. The project is intended for Claude Desktop and Claude Code workflows where an agent needs to listen to a recording and return spoken output.

How it works

For file-based requests, translate_file receives an absolute WAV path. The server performs the full pipeline, writes a translated WAV file beside the source using a _translated.wav suffix, and plays the result automatically. The tool returns the original transcription, the translated text, and the output path.

For applications that already hold audio in memory, translate_speech accepts a base64-encoded WAV string. Its response contains the transcription, translation, and generated speech encoded as base64 WAV data, avoiding the need to manage an input or output file through the tool.

Whisper model data and Piper voice files are downloaded on first use and cached under ~/.live-translate/ by default. The supported speech languages are English and Mandarin Chinese, with language detection handled automatically.

Setup and configuration

Run the waxberry-dev/live-translate-mcp MCP server with Node.js 18 or newer:

Terminal
npx -y live-translate-mcp

Set ANTHROPIC_API_KEY in the server environment. This credential is required because Claude performs the text translation. Install espeak-ng separately so Piper can phonemise text; macOS users can install it with Homebrew, while Linux users can use their distribution package manager.

Piper voice files normally use ~/.live-translate/voices. Set PIPER_VOICE_DIR when the voice files are stored elsewhere. The Whisper and Piper model downloads occur automatically on the first translation request.

In Claude Desktop, register the server with the npx command and pass the API key through the MCP server's env configuration. Claude Code can add the same server through its MCP configuration, with the API key available in the process environment or MCP environment settings.

Tools and capabilities

  • translate_file translates an absolute-path WAV recording, saves a sibling translated WAV file, and starts playback.
  • translate_speech handles base64-encoded WAV input and returns base64-encoded synthesized WAV output alongside the text results.
  • health_check checks whether the Whisper cache, Piper voice files, and espeak-ng are available before translation.

The waxberry-dev/live-translate-mcp MCP server is suitable for meeting clips, recorded conversations, and programmatic audio workflows. It does not provide a general offline translation pipeline: Claude remains necessary for the translation step, even though transcription and speech synthesis are local.

Limitations and notes

Input audio is documented as WAV, and file requests require an absolute path. Translation is limited to English and Mandarin Chinese. Audio processing is partly offline rather than fully offline because translated text is sent to Claude through the Anthropic API. The first request may need to download approximately 150 MB of Whisper model data and approximately 200 MB of Piper voice models, which are then cached locally.

Read the full README โ†’View source on GitHub โ†’

Related MCP Servers

View all in Translation Services View all alternatives
  • MachineTranslation.com MCP logoMachineTranslation.com MCP

    Brings SMART consensus translation into any MCP client. Runs your text through 22 leading AI translation models at once and returns only the output the models agree on, so you get a confidence-backed result instead of a single engine's guess. Exposes two tools: smart_translate (text, source language, target language) and list_languages (all supported language codes). Hosted remote server at https://www.machinetranslation.com/mcp over streamable HTTP โ€” no install, no API key, just connect the URL and sign in. Built for translators, localization and content teams, marketers, and developers.

    ๐ŸŒŽ Translation Services4 views
    Compare vs MachineTranslation.com MCP โ†’
  • Lara MCP logoLara MCP

    MCP Server for Lara Translate API, enabling powerful translation capabilities with support for language detection and context-aware translations.

    ๐ŸŒŽ Translation Services1 views
    Compare vs Lara MCP โ†’
  • Weblate MCP logoWeblate MCP

    Comprehensive Model Context Protocol server for Weblate translation management, enabling AI assistants to perform translation tasks, project management, and content discovery with smart format transformations.

    ๐ŸŒŽ Translation Services3 views
    Compare vs Weblate MCP โ†’
  • Xcomet MCP Server logoXcomet MCP Server

    Translation quality evaluation using xCOMET models. Provides quality scoring (0-1), error detection with severity levels (minor/major/critical), and optimized batch processing with 25x speedup.

    ๐ŸŒŽ Translation Services1 views
    Compare vs Xcomet MCP Server โ†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks โ€” not a rating.

GitHub stars
3
Stargazers on the source repository.
npm downloads
473
Package downloads in the last 30 days.
Last commit
2mo ago
Most recent push to the default branch.
Tools exposed
3
Callable tools this server registers over MCP.
Directory activity
1 upvotes
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet โ€” be the first to share how this listing worked for you.

Frequently Asked Questions about Live Translate MCP

Run `npx -y live-translate-mcp` with Node.js 18 or newer. You also need `espeak-ng` and an Anthropic API key.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewLive Translate MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/waxberry-dev-live-translate-mcp?style=directory)](https://allmcps.com/mcp/waxberry-dev-live-translate-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/waxberry-dev-live-translate-mcp"><img src="https://allmcps.com/api/badge/waxberry-dev-live-translate-mcp?style=directory" alt="Live Translate MCP on AllMCPs" /></a>

Technical Specs & Signals

Category๐ŸŒŽTranslation Services
PricingBring your own API key (usage-based cost)
More technical detailsExpand โ–พ
TransportSTDIO
RuntimeNode.js
AuthAPI key
LicenseMIT
ClientsClaude Desktop
Last updatedSep 3, 2026
9/10 checks healthy over the last 31d
Views4
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars3
GitHub Star CountTotal stargazers on GitHub representing community popularity (3 stars).
Last commit2mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Jun 17, 2026
npm downloads473/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
60Quality signal: Good ยท 60/100How this signal is calculated โ–พ
Server availabilityNot measured

Not scored for repo-hosted servers โ€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools28/30
Adoption & activity6/15
Community engagement1/10

A guidance signal from public completeness & health data โ€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 16d ago via OSV.dev ยท live-translate-mcp (npm)

โ˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server โ†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge โ€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it โ€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in ๐ŸŒŽ Translation Services โ†’Alternatives to Live Translate MCP โ†’Install in Claude DesktopInstall in CursorInstall in VS Code