PluginBench
MCP Server
Maintained
MIT

Pronunciation & Voice Coach MCP Server

io.github.JuhongPark/pronunciation

What is the Pronunciation & Voice Coach MCP server?

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

How to install Pronunciation & Voice Coach

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • 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.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "pronunciation": {
      "command": "uvx",
      "args": [
        "mcp-server-pronunciation"
      ],
      "env": {
        "MCP_PRONUNCIATION_MODEL": "<YOUR_MCP_PRONUNCIATION_MODEL>",
        "HF_HUB_CACHE": "<YOUR_HF_HUB_CACHE>",
        "MCP_PRONUNCIATION_PRELOAD": "<YOUR_MCP_PRONUNCIATION_PRELOAD>",
        "MCP_PRONUNCIATION_AUDIO_RETENTION": "<YOUR_MCP_PRONUNCIATION_AUDIO_RETENTION>",
        "TORCH_HOME": "<YOUR_TORCH_HOME>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "pronunciation": {
      "command": "uvx",
      "args": [
        "mcp-server-pronunciation"
      ],
      "env": {
        "MCP_PRONUNCIATION_MODEL": "<YOUR_MCP_PRONUNCIATION_MODEL>",
        "HF_HUB_CACHE": "<YOUR_HF_HUB_CACHE>",
        "MCP_PRONUNCIATION_PRELOAD": "<YOUR_MCP_PRONUNCIATION_PRELOAD>",
        "MCP_PRONUNCIATION_AUDIO_RETENTION": "<YOUR_MCP_PRONUNCIATION_AUDIO_RETENTION>",
        "TORCH_HOME": "<YOUR_TORCH_HOME>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "pronunciation": {
      "command": "uvx",
      "args": [
        "mcp-server-pronunciation"
      ],
      "env": {
        "MCP_PRONUNCIATION_MODEL": "<YOUR_MCP_PRONUNCIATION_MODEL>",
        "HF_HUB_CACHE": "<YOUR_HF_HUB_CACHE>",
        "MCP_PRONUNCIATION_PRELOAD": "<YOUR_MCP_PRONUNCIATION_PRELOAD>",
        "MCP_PRONUNCIATION_AUDIO_RETENTION": "<YOUR_MCP_PRONUNCIATION_AUDIO_RETENTION>",
        "TORCH_HOME": "<YOUR_TORCH_HOME>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "pronunciation": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-server-pronunciation"
      ],
      "env": {
        "MCP_PRONUNCIATION_MODEL": "<YOUR_MCP_PRONUNCIATION_MODEL>",
        "HF_HUB_CACHE": "<YOUR_HF_HUB_CACHE>",
        "MCP_PRONUNCIATION_PRELOAD": "<YOUR_MCP_PRONUNCIATION_PRELOAD>",
        "MCP_PRONUNCIATION_AUDIO_RETENTION": "<YOUR_MCP_PRONUNCIATION_AUDIO_RETENTION>",
        "TORCH_HOME": "<YOUR_TORCH_HOME>"
      }
    }
  }
}
Claude Code
claude mcp add pronunciation --env MCP_PRONUNCIATION_MODEL=<YOUR_MCP_PRONUNCIATION_MODEL> --env HF_HUB_CACHE=<YOUR_HF_HUB_CACHE> --env MCP_PRONUNCIATION_PRELOAD=<YOUR_MCP_PRONUNCIATION_PRELOAD> --env MCP_PRONUNCIATION_AUDIO_RETENTION=<YOUR_MCP_PRONUNCIATION_AUDIO_RETENTION> --env TORCH_HOME=<YOUR_TORCH_HOME> -- uvx mcp-server-pronunciation

Related MCP servers

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →

Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.

45k
TypeScript
Apache-2.0
View repository →

Let AI agents manage your Puter files, websites, and serverless workers over MCP.

43k
TypeScript
AGPL-3.0
View repository →

Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.

37k
TypeScript
Apache-2.0
View repository →

Run arbitrary shell commands from an MCP-connected AI agent.

37k
TypeScript
Apache-2.0
View repository →

Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.

37k
TypeScript
Apache-2.0
View repository →