streamable-httpupdated 3mo ago
Datamuse MCP — word-finding engine (keyless).
O que dá para fazer com Datamuse?
mcp-datamuse
Datamuse MCP — word-finding engine (keyless).
Part of Pipeworx — an MCP gateway connecting AI agents to 780+ live data sources.
Tools
| Tool | Description |
|---|
Quick Start
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"
}
}
}
Using with ask_pipeworx
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.
More
License
MIT
Instalação
Adicione Datamuse ao seu cliente. Escolha o que você usa.
claude mcp add --transport http datamuse https://gateway.pipeworx.io/datamuse/mcpcodex mcp add datamuse --url https://gateway.pipeworx.io/datamuse/mcp{
"mcpServers": {
"datamuse": {
"url": "https://gateway.pipeworx.io/datamuse/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"datamuse": {
"type": "http",
"url": "https://gateway.pipeworx.io/datamuse/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"datamuse": {
"url": "https://gateway.pipeworx.io/datamuse/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"datamuse": {
"serverUrl": "https://gateway.pipeworx.io/datamuse/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Pontuação
39 / 100
Incompleta
- Documentação15/25
- Manutenção16/25
- Confiança6/20
- Capacidade0/15
- Instalação12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 85 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Histórico de versões
| Versões | Publicada |
|---|---|
| 0.1.1Mais recente | 8 de jun. de 2026 |