datamuse-mcp-server

bhayanak/datamuse-mcp-server
★ 1 stars JavaScript 🤖 AI/LLM Updated 1d ago
Enables AI assistants to perform advanced word-finding, linguistic analysis, and vocabulary exploration - find rhymes, synonyms, related words, homophones, trigger words, and autocomplete suggestions.
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": {
    "datamuse-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "bhayanak/datamuse-mcp-server"
      ]
    }
  }
}