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.

评论

其他 分类下的更多 MCP 服务器