Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Soundex

FreeNot checked

MCP server: phonetic encoding (Soundex, Metaphone).

GitHubEmbed

About

MCP server: phonetic encoding (Soundex, Metaphone).

README

npm mcp

MCP server: phonetic encoding for "sounds like" matching of English names. No deps.

Tools

  • soundex — Russell Soundex (1918). 4-char code, padded with 0. Robert and RupertR163.
  • metaphone — Lawrence Philips Metaphone (1990). Variable-length code. Smith and Smyth share the same prefix.

Configure

{ "mcpServers": { "soundex": { "command": "npx", "args": ["-y", "@mukundakatta/soundex-mcp"] } } }

License

MIT.

from github.com/MukundaKatta/soundex-mcp

Installing Soundex

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/MukundaKatta/soundex-mcp

FAQ

Is Soundex MCP free?

Yes, Soundex MCP is free — one-click install via Unyly at no cost.

Does Soundex need an API key?

No, Soundex runs without API keys or environment variables.

Is Soundex hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Soundex in Claude Desktop, Claude Code or Cursor?

Open Soundex on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Soundex with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs