mcpbeat Sign in

Pronunciation & Voice Coach MCP Server

by juhongpark Your server? Claim it
local only

Pronunciation & Voice Coach runs on your own machine — the client starts it, so there is no endpoint to ping. 135 installs a week from pypi. Last commit 24 May 2026.

Local MCP voice coach with English pronunciation, grammar, and fluency feedback.

Installs per day peak 49 · avg 26 · -26% w/w
a month agotoday
135
Installs / week
pypi · mcp-server-pronunciation
3
Stars
0 open issues
24 May 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 19 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.

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

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add pronunciation -- uvx mcp-server-pronunciation
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "pronunciation": {
      "args": [
        "mcp-server-pronunciation"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.pronunciation]
command = "uvx"
args = ["mcp-server-pronunciation"]
.cursor/mcp.json
{
  "mcpServers": {
    "pronunciation": {
      "args": [
        "mcp-server-pronunciation"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "pronunciation": {
      "args": [
        "mcp-server-pronunciation"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: MCP_PRONUNCIATION_MODEL (faster-whisper model size. Default: base.en. Options: tiny.en, base.en, small.en, medium.en, large-v3, large-v3-turbo.), HF_HUB_CACHE (Override Hugging Face Hub cache directory where Whisper weights are stored.), MCP_PRONUNCIATION_PRELOAD (Set to 0, false, no, or off to disable background Whisper model preload during registry inspection or Docker smoke tests.), MCP_PRONUNCIATION_AUDIO_RETENTION (Temporary WAV retention policy. Use session to delete recordings when the server exits, or keep for manual inspection.), TORCH_HOME (Override PyTorch cache directory for optional wav2vec2 forced-alignment weights.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Pronunciation & Voice Coach

same job, measured the same way
Paxa Labs
by paxalabs

Thai and English speech AI: TTS with local playback, transcription, translation to Thai, and OCR

105 installs/wk local only
Vocametrix Voice Analysis
by pmarmaroli

Clinical voice analysis MCP server — AVQI, DSI, jitter/shimmer, pronunciation assessment, and more.

367 installs/wk local only
DevTrack
by sraj0501

Read local tickets, commits, pending actions, voice profile, and EOD context over MCP.

local only
Telegram MCP Server
by tolboy

Local-first TDLib Telegram MCP server with 110 tools, account isolation and production guardrails.

local only
Agent Memory MCP
by kira-autonoma

Agent memory MCP server with provenance tracking, decay-weighted recall, and feedback loops.

27 installs/wk local only
Enterprise MCP Gateway
by benjaminj

Production-grade MCP Gateway in Go with RBAC, in-flight PII redaction, and audit logging.

local only
Memorix
by avids2

Local-first project memory with legacy MCP and 2026 discovery compatibility.

1 813 installs/wk local only
Charles Local MCP
by eason0in

Guarded local Charles Proxy automation and bounded XML session evidence

local only

Pronunciation & Voice Coach — questions

Answers built from our own checks of this server.

Why is there no uptime for Pronunciation & Voice Coach?
Pronunciation & Voice Coach runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package mcp-server-pronunciation was installed 135 times last week.
How do I connect Pronunciation & Voice Coach?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mcp-server-pronunciation straight from pypi; nothing to host, nothing to sign up for.
How many people use Pronunciation & Voice Coach?
The pypi package mcp-server-pronunciation was installed 135 times in the last week. Week over week that is -26%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Pronunciation & Voice Coach open source?
Yes — it is published under the MIT licence, written in Python 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.