Odel
Datamuse MCP

Datamuse MCP

Local
@lacausecrypto2TypeScriptMITUpdated 4mo ago

MCP server for Datamuse word-finding API

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmdatamuse-mcpv1.0.0

Run

npx -y datamuse-mcp

MCP client config

{
  "mcpServers": {
    "datamuse-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "datamuse-mcp"
      ]
    }
  }
}