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. 30 installs a week from npm. Last commit 15 Apr 2026.

MCP server for Datamuse word-finding API

Installs per day peak 10 · avg 5 · -51% w/w
a month agotoday
30
Installs / week
npm · datamuse-mcp
2
Stars
0 open issues
15 Apr 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Datamuse MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 datamuse-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "datamuse-mcp": {
      "args": [
        "-y",
        "datamuse-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.datamuse-mcp]
command = "npx"
args = ["-y", "datamuse-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "datamuse-mcp": {
      "args": [
        "-y",
        "datamuse-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "datamuse-mcp": {
      "args": [
        "-y",
        "datamuse-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Datamuse MCP

same job, measured the same way
Financial Modeling Prep MCP Server
by imbenrabi

MCP server for Financial Modeling Prep API with 250+ financial data tools

305 installs/wk local only
Coingecko MCP Server
by friendlygeorge

MCP server for CoinGecko cryptocurrency data API

40 installs/wk local only
J-Quants MCP
by shigechika

MCP server for retrieving Japanese stock market data via J-Quants API v2

950 installs/wk local only
I
CSE MCP
by gajarthan

MCP server for Colombo Stock Exchange data

39 installs/wk local only
Webull OpenAPI
by webull-inc

MCP server for Webull OpenAPI: trading and market data access for AI assistants

554 installs/wk local only
Swiss Efv MCP
by malkreide

MCP server for Swiss federal finances (EFV): budget, debt, forecasts and spending data

87 installs/wk local only
Korea Stock MCP
by jjlabsio

MCP server for korea stock

167 installs/wk local only
Zenmoney MCP
by a-tarasoff

MCP server for ZenMoney personal finance app

103 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 datamuse-mcp was installed 30 times last week.
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 datamuse-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Datamuse MCP?
The npm package datamuse-mcp was installed 30 times in the last week. Week over week that is -51%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Datamuse MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 2 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.