mcp-server-pronunciation

JuhongPark/mcp-server-pronunciation
★ 0 stars Python 📦 Other Updated 1d ago
MCP server for English pronunciation practice — record, transcribe with Whisper, and get word-level feedback with language-specific tips
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server-pronuncia": {
      "command": "uvx",
      "args": [
        "mcp-server-pronunciation"
      ]
    }
  }
}

Or install with pip: pip install mcp-server-pronunciation