wordhippo-mcp-server
If you are the rightful owner of wordhippo-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The WordHippo MCP Server is a specialized server designed to fetch thesaurus data from WordHippo, based on a given word.
wordhippo-mcp-server
Thesaurus MCP server
Fork of the mcp fetch server and modified to only fetch from WordHippo, given a word
Usage
"mcpServers": {
"thesaurus": {
"command": "docker",
"args": ["run", "-i", "--rm", "ghcr.io/clareliguori/wordhippo-mcp-server"]
}
}
Development
uv venv
source .venv/bin/activate
uv sync --all-extras --dev
docker build -t ghcr.io/clareliguori/wordhippo-mcp-server:latest .
docker push ghcr.io/clareliguori/wordhippo-mcp-server:latest