WordHippo MCP Server
@clareliguori
WordHippo MCP Server について
Thesaurus MCP server using the unofficial WordHippo API
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"wordhippo": {
"command": "npx",
"args": [
"-y",
"@clareliguori/wordhippo-mcp-server"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
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.
よくある質問
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.
基本情報
「その他」の他のコンテンツ
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
ACI: Open-Source Infra to Power Unified MCP Servers
aipotheosis-labsACI.dev is the open source tool-calling platform that hooks up 600+ tools into any agentic IDE or custom AI agent through direct function calling or a unified MCP server. The birthplace of VibeOps.
コメント