Home › Design & Media › live-translate-mcp
live-translate-mcp
MCP server for local speech translation (EN ↔ 中文) via Whisper + Claude + Piper
Topics: Translation Services
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (npm 0.1.6)
npx -y live-translate-mcp@0.1.6
Or add to your MCP client config:
{
"mcpServers": {
"live-translate-mcp": {
"command": "npx",
"args": [
"-y",
"live-translate-mcp@0.1.6"
],
"env": {
"ANTHROPIC_API_KEY": "<YOUR_VALUE>"
}
}
}
}
ANTHROPIC_API_KEYrequired secret — Your Anthropic API key
This repository has 2 servers listed in the Official MCP Registry.
Other names: io.github.jolucashornung/live-translate-mcp
Related servers
lara-mcp
MCP Server for Lara Translate API, enabling powerful translation capabilities with support for language detection and context-aware…
weblate-mcp
Comprehensive Model Context Protocol server for Weblate translation management, enabling AI assistants to perform translation tasks,…
DialectOS
Spanish dialect localization server and CLI. Translates and QA-checks across 25 regional variants with register control, structure…
xcomet-mcp-server
Translation quality evaluation using xCOMET models. Provides quality scoring (0-1), error detection with severity levels…
kaeris-mcp
AI localization: translate an app's string files into 46 languages (JSON, .arb, .po, .strings, Android XML, …) with placeholder-safe,…
mcp-for-blender
MCP server for working with Blender
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry