pipeworx-io/mcp-dictionary
MCP server for English dictionary — definitions, phonetics, and examples
Platform-specific configuration:
{
"mcpServers": {
"mcp-dictionary": {
"command": "npx",
"args": [
"-y",
"mcp-dictionary"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Dictionary MCP — wraps Free Dictionary API (free, no auth)
Part of the Pipeworx open MCP gateway.
| Tool | Description | |------|-------------|
Add to your MCP client config:
{
"mcpServers": {
"dictionary": {
"url": "https://gateway.pipeworx.io/dictionary/mcp"
}
}
}Or use the CLI:
npx pipeworx use dictionaryMIT
Loading reviews...