MCP Hub
Back to servers

words

Words MCP — wraps Datamuse API (free, no auth required)

Registry
Updated
Apr 2, 2026

@pipeworx/mcp-words

MCP server for word synonyms, rhymes, and language tools via Datamuse

Tools

ToolDescription
find_synonymsFind synonyms for a word, ranked by similarity
find_rhymesFind words that rhyme with a given word
find_relatedFind related words by relation type (synonyms, antonyms, triggers, etc.)
autocompleteWord completion from a prefix
find_wordsAdvanced word search by meaning, sound, or spelling

Quickstart (Pipeworx Gateway)

curl -X POST https://gateway.pipeworx.io/mcp \
  -H "Content-Type: application/json" \
  -d '{
    "jsonrpc": "2.0",
    "id": 1,
    "method": "tools/call",
    "params": {
      "name": "find_synonyms",
      "arguments": { "word": "happy", "limit": 5 }
    }
  }'

License

MIT

Reviews

No reviews yet

Sign in to write a review