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
Fetch the live tool list by running this server in a temporary sandbox using the button above.
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
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Comments