mcpbeat Sign in

Live Translate MCP Server

local only

Live Translate MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 17 Jun 2026.

MCP server for local speech translation (EN ↔ 中文) via Whisper + Claude + Piper

Installs / week
not published
3
Stars
0 open issues
17 Jun 2026
Last commit
from GitHub
MIT
License
TypeScript

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command src/binaries.ts:40, src/index.ts:18
    const result = execSync(`which ${name} 2>/dev/null`, { stdio: 'pipe' }).toString().trim();
Builds a file path from a variable src/tts.ts:69
    const modelPath = path.join(VOICE_DIR, filename);
Secret passed into the image build Dockerfile:6
ENV ANTHROPIC_API_KEY=""

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Alternatives to Live Translate MCP

same job, measured the same way
Live Translate MCP
by jolucashornung

MCP server for local speech translation (EN ↔ 中文) via Whisper + Claude + Piper

77 installs/wk local only
Translation Services Mcp
by varvararatta

MCP server for Translation Services

answering
I
Motaword MCP
by oytuntez

MotaWord MCP Server for professional and certified translations and localization

answering
Travel Transportation Mcp
by varvararatta

MCP server for Travel & Transportation

4 tools answering
Watsonx
by expertvagabond

IBM watsonx.ai MCP server for Claude integration

48 installs/wk local only
MCP Simulate
by cryptoapis-io

MCP server for dry-run Ethereum transaction simulation via Crypto APIs

82 installs/wk local only
Claudex
by kunwar-shah

Persistent memory + FTS5 search MCP server for Claude Code conversation history.

84 installs/wk local only
Obsidian CLI MCP
by dariuscorvus

Local MCP server for Obsidian Desktop via the official Obsidian CLI.

49 installs/wk local only

Live Translate MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Live Translate MCP?
Live Translate MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone.
Is Live Translate MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 3 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.