★ 1 stars
JavaScript
🤖 AI/LLM
Updated 1d ago
Enables AI assistants to perform advanced word-finding, linguistic analysis, and vocabulary exploration - find rhymes, synonyms, related words, homophones, trigger words, and autocomplete suggestions.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"datamuse-mcp-server": {
"command": "npx",
"args": [
"-y",
"bhayanak/datamuse-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add datamuse-mcp-server npx -y bhayanak/datamuse-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"datamuse-mcp-server": {
"command": "npx",
"args": [
"-y",
"bhayanak/datamuse-mcp-server"
]
}
}
}
📋 Copy