Connects Claude to the Datamuse API, a word-finding query engine that works without authentication. You get programmatic access to rhymes, similar-sounding words, related terms, and linguistic relationships. The server is part of Pipeworx, which runs it as a hosted gateway so you skip the setup and just add a URL to your MCP config. You can call tools directly or use the ask_pipeworx interface to query in plain English and let it route to the right endpoint. Useful when you're building writing tools, working with creative text generation, or need semantic word lookups without managing API keys or rate limits yourself.
Datamuse MCP — word-finding engine (keyless).
Part of Pipeworx — an MCP gateway connecting AI agents to 780+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"datamuse": {
"url": "https://gateway.pipeworx.io/datamuse/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 780+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Datamuse data" })
The gateway picks the right tool and fills the arguments automatically.
MIT
gongrzhe/office-powerpoint-mcp-server
gongrzhe/office-word-mcp-server
io.github.mindstone/mcp-server-office
greirson/mcp-todoist
henilcalagiya/mcp-apple-notes
ankimcp/anki-mcp-server-addon