MCP.so
ログイン

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.

コメント

「その他」の他のコンテンツ