Skip to main content

pronounce-mcp — MCP server for the Pronounce dictionary

mcp-name: io.github.anzy-renlab-ai/pronounce

An MCP server that exposes the community pronunciation dictionary at https://pronounce.renlab.ai as tools any MCP-aware client (Claude Desktop, Continue, Zed, ...) can call.

When a user asks an LLM "how do you pronounce kubectl?", the client invokes pronounce("kubectl") and gets back the canonical reading, IPA, alternate readings (if contested), source citation, and a link to the human-readable page — without the LLM having to hallucinate.

Tools

Tool What it does
pronounce(word) Look up a single word. Returns IPA, respelling, alts, source URL, confidence, category, notes.
search_pronunciations(query, limit) Find entries by partial match on word or category.
list_pronunciations(category) List all entries, optionally filtered by category (product, cli-tool, acronym, ...).

Install (Claude Desktop)

// ~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "pronounce": {
      "command": "uvx",
      "args": ["pronounce-mcp"]
    }
  }
}

Or with pipx:

pipx install pronounce-mcp
{
  "mcpServers": {
    "pronounce": { "command": "pronounce-mcp" }
  }
}

Restart Claude Desktop. Ask any pronunciation question:

"How do you pronounce kubectl?"

Claude calls pronounce("kubectl") → gets {respelling_us: "koob control", ipa: "/ˈkuːb kənˌtroʊl/", source_label: "Kelsey Hightower (KubeCon)", url: "https://pronounce.renlab.ai/word/kubectl", ...} → answers with the canonical reading plus the citation.

Run the Node implementation from source

A zero-dependency Node (>= 18) implementation of the same server lives in npm/. It is not currently published to npm, so run it from a checkout with node mcp-server/npm/index.js. Use the PyPI package above for a registry-backed one-line install.

Why this is useful

LLMs are bad at pronunciation by default. They've seen the spelling and the IPA, but they confabulate when asked about contested words (GIF? jif or gif?) or project names with non-obvious readings (kubectl is "koob-control", not "kub-cuttle"; Pinia is "pee-nya"; Vite is "veet").

This MCP server gives the LLM a deterministic source: the dictionary is community-maintained, source-citing, and updated continuously. Every contested word has both readings with the rationale. Every "creator-clarified" reading links to where the creator settled it.

Source data

The dictionary is at https://github.com/anzy-renlab-ai/pronounce/blob/main/data/pronunciations.tsv — 1,900+ entries (and growing) across cloud / DevOps, frontend & backend frameworks, AI/ML platforms and research, databases, languages, editors, companies, programmer jargon, and acronyms.

Each entry has 10 columns: word | ipa | respelling_us | alt_ipa | alt_respelling_us | source_url | source_label | category | confidence | notes.

confidence is one of: creator-clarified (source URL documents a creator quote), community-consensus (widely used but no single citable source), or contested (multiple readings in active use).

License

MIT.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pronounce_mcp-0.1.2.tar.gz (4.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pronounce_mcp-0.1.2-py3-none-any.whl (5.2 kB view details)

Uploaded Python 3

File details

Details for the file pronounce_mcp-0.1.2.tar.gz.

File metadata

  • Download URL: pronounce_mcp-0.1.2.tar.gz
  • Upload date:
  • Size: 4.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for pronounce_mcp-0.1.2.tar.gz
Algorithm Hash digest
SHA256 c274d6eb8383ada2753693fb4e30a7db51325bdcd1786f30f2dc3bbcd73a4f8a
MD5 70137dbd49f328f4836d4600c5d4abb5
BLAKE2b-256 dedbdad39dbdd108215aaaa535431d70d0938543cd32ab5d4d38dd3766a9168a

See more details on using hashes here.

Provenance

The following attestation bundles were made for pronounce_mcp-0.1.2.tar.gz:

Publisher: pypi.yml on anzy-renlab-ai/pronounce

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pronounce_mcp-0.1.2-py3-none-any.whl.

File metadata

  • Download URL: pronounce_mcp-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 5.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for pronounce_mcp-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 b320c467dbd6284e1c0d66850c8c6fd3dc37880061d0f0169a2357e2d94fa0ba
MD5 f6c59eec81bad428d9c181e5e340d8a8
BLAKE2b-256 a7bb7c57062885e3a0daa6301fe43ed0f9e36c592bb2cbaa187f955922eedadf

See more details on using hashes here.

Provenance

The following attestation bundles were made for pronounce_mcp-0.1.2-py3-none-any.whl:

Publisher: pypi.yml on anzy-renlab-ai/pronounce

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

This release

0.1.2 This release

2 files

0.1.1

2 files

0.1.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page