WordHippo MCP Server
@clareliguori
About WordHippo MCP Server
Thesaurus MCP server using the unofficial WordHippo API
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"wordhippo": {
"command": "npx",
"args": [
"-y",
"@clareliguori/wordhippo-mcp-server"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is WordHippo MCP Server?
WordHippo MCP Server is a Model Context Protocol server that provides thesaurus tools through an unofficial WordHippo API. It is designed for developers who need to look up word definitions, synonyms, antonyms, example sentences, and rhymes within MCP-compatible applications.
How to use WordHippo MCP Server?
Configure the server in your MCP servers list using npx with the package @clareliguori/wordhippo-mcp-server, after setting the GitHub npm registry in .npmrc. The server exposes five tools: definition, related, opposites, sentences, and rhymes, each accepting a word parameter.
Key features of WordHippo MCP Server
- Get definitions of any word.
- Find related words (synonyms).
- Retrieve antonyms for a word.
- Obtain example sentences containing a word.
- Discover words that rhyme with a given word.
Use cases of WordHippo MCP Server
- Expanding vocabulary in a writing assistant.
- Finding alternative words for creative writing.
- Checking antonyms during editing or proofreading.
- Generating rhyming words for poetry or lyrics.
- Adding example sentences to language learning tools.
FAQ from WordHippo MCP Server
What tools does WordHippo MCP Server provide?
It provides five tools: definition, related, opposites, sentences, and rhymes. Each tool takes a word parameter.
How do I install WordHippo MCP Server?
Ensure the GitHub npm registry is configured (add @clareliguori:registry=https://npm.pkg.github.com/ to .npmrc), then add the server to your MCP config using npx -y @clareliguori/wordhippo-mcp-server.
Does WordHippo MCP Server use an official API?
No. It uses an unofficial WordHippo API, as noted in the README.
How can I call the tools?
Each tool accepts a JSON object with a tool name and a params object containing a word field. Example: {"tool": "definition", "params": {"word": "example"}}.
Is there any authentication required?
The README does not mention any authentication or API keys. The server appears to work directly via the unofficial API without additional credentials.
Frequently asked questions
What tools does WordHippo MCP Server provide?
It provides five tools: `definition`, `related`, `opposites`, `sentences`, and `rhymes`. Each tool takes a `word` parameter.
How do I install WordHippo MCP Server?
Ensure the GitHub npm registry is configured (add `@clareliguori:registry=https://npm.pkg.github.com/` to `.npmrc`), then add the server to your MCP config using `npx -y @clareliguori/wordhippo-mcp-server`.
Does WordHippo MCP Server use an official API?
No. It uses an unofficial WordHippo API, as noted in the README.
How can I call the tools?
Each tool accepts a JSON object with a `tool` name and a `params` object containing a `word` field. Example: `{"tool": "definition", "params": {"word": "example"}}`.
Is there any authentication required?
The README does not mention any authentication or API keys. The server appears to work directly via the unofficial API without additional credentials.
Basic information
More Other MCP servers
Mobile Mcp
mobile-nextModel Context Protocol Server for Mobile Automation and Scraping (iOS, Android, Emulators, Simulators and Real Devices)

Peekaboo MCP – lightning-fast macOS screenshots for AI agents
steipetePeekaboo is a macOS CLI & optional MCP server that enables AI agents to capture screenshots of applications, or the entire system, with optional visual question answering through local or remote AI models.

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
ghidraMCP
LaurieWiredMCP Server for Ghidra
Comments