mcpbeat Sign in

Datamuse MCP Server

local only

Datamuse MCP runs on your own machine — the client starts it, so there is no endpoint to ping.

Use this MCP server to wordplay. Rhymes, related words, spell checks, and word suggestions for...

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs / week
npm · @mrfentmen/datamuse-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add datamuse-mcp -- npx -y @mrfentmen/datamuse-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "datamuse-mcp": {
      "args": [
        "-y",
        "@mrfentmen/datamuse-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.datamuse-mcp]
command = "npx"
args = ["-y", "@mrfentmen/datamuse-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "datamuse-mcp": {
      "args": [
        "-y",
        "@mrfentmen/datamuse-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "datamuse-mcp": {
      "args": [
        "-y",
        "@mrfentmen/datamuse-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Datamuse MCP

same job, measured the same way
Yandex Wordstat MCP
by askads

MCP server for Yandex Wordstat API: top & related queries, demand dynamics and regions.

64 installs/wk local only
Speedrun MCP
by mrfentmen

Use this MCP server to speedrun.com, world records, category leaderboards, and runner profiles....

local only
Slack
by mindstone

Slack MCP server: channels, messages, threads, reactions, users, files, and scheduled messages

109 installs/wk local only
Jisho MCP
by mrfentmen

Use this MCP server to Jisho, the Japanese English dictionary. Words, kanji, readings, and...

local only
Openalex MCP
by mrfentmen

Use this MCP server to OpenAlex scholarly works, authors, institutions, and citations. Tools...

local only
Google Chat MCP
by a1-x-tech

MCP server for the Google Chat API: spaces, messages, threads, reactions and memberships.

209 installs/wk local only
Lichess MCP
by mrfentmen

Use this MCP server to Lichess, chess puzzles by rating, player stats, and top players. Tools...

local only
Google Forms MCP
by a1-x-tech

MCP server for the Google Forms API: create forms, manage questions, read responses and watches.

245 installs/wk local only

Datamuse MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Datamuse MCP?
Datamuse MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @mrfentmen/datamuse-mcp.
Is Datamuse MCP still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Datamuse MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @mrfentmen/datamuse-mcp straight from npm; nothing to host, nothing to sign up for.