HomeDesign & Media › live-translate-mcp

live-translate-mcp

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

TypeScript Local macOSLinux
★ 3 stars Last pushed 2026-06-17 License: MIT

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 [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "live-translate-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "ANTHROPIC_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • ANTHROPIC_API_KEY required 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

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry