🔌

live-translate-mcp

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

Other stdio npm npmstdio
RUN IN TERMINAL
claude mcp add devwaxberry-live-translate-mcp -- npx -y live-translate-mcp
ADD TO claude_desktop_config.json
{ "mcpServers": { "devwaxberry-live-translate-mcp": { "command": "npx", "args": ["-y", "live-translate-mcp"] } } }
ADD TO .vscode/mcp.json
{ "mcpServers": { "devwaxberry-live-translate-mcp": { "command": "npx", "args": ["-y", "live-translate-mcp"] } } }
ADD TO .cursor/mcp.json
{ "mcpServers": { "devwaxberry-live-translate-mcp": { "command": "npx", "args": ["-y", "live-translate-mcp"] } } }

About This MCP Server

The dev.waxberry/live-translate-mcp server is a Model Context Protocol server that enables local speech translation between English and Chinese using Whisper, Claude, and Piper. It connects to these tools to facilitate real-time translation and can be used by developers when building applications that require speech translation capabilities. Developers would reach for this tool when they need to integrate speech translation functionality into their projects, particularly those involving English and Chinese languages.

MCP server for local speech translation (EN ↔ 中文) via Whisper + Claude + Piper. This is a Model Context Protocol (MCP) server that extends AI assistants like Claude with other capabilities via the stdio transport.

Package

live-translate-mcp on npm

HOW TO USE

Select your AI client above to get the install command. This MCP server uses the stdio transport and is available on npm.

What tools does it provide?

The live-translate-mcp server extends your AI assistant with other capabilities. Once installed, your AI can use its tools automatically.

DETAILS
README BADGE
Skills Playground MCP badge
[![Skills Playground](https://skillsplayground.com/badges/mcp/devwaxberry-live-translate-mcp.svg)](https://skillsplayground.com/mcps/devwaxberry-live-translate-mcp/)
SHARE
Share on X

Related MCP Servers

Get the best new skills
in your inbox

Weekly roundup of top Claude Code skills, MCP servers, and AI coding tips.