wordhippo-mcp-server
0
This project is a Thesaurus MCP server that retrieves data from WordHippo. It is a specialized fork of the mcp fetch server designed for synonym and word information fetching.
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