WordNet MCP 服务

by keepondream

141 downloads
Not rated
GitHub

Description

# WordNet MCP 服务 这是一个基于WordNet的Model Context Protocol (MCP) 服务实现,提供词汇查询功能,包括同义词、反义词、上下位词和定义等。 ## 项目地址 GitHub: [github.com/keepondream/wordnet-mcp-server](https://github.com/keepondream/wordnet-mcp-server) ## 功能 - 查询单词的同义词 - 查询单词的反义词 - 查询单词的上位词(更一般的概念) - 查询单词的下位词(更具体的概念) -…

About

# WordNet MCP 服务 这是一个基于WordNet的Model Context Protocol (MCP) 服务实现,提供词汇查询功能,包括同义词、反义词、上下位词和定义等。 ## 项目地址 GitHub: [github.com/keepondream/wordnet-mcp-server](https://github.com/keepondream/wordnet-mcp-server) ## 功能 - 查询单词的同义词 - 查询单词的反义词 - 查询单词的上位词(更一般的概念) - 查询单词的下位词(更具体的概念) - 查询单词的定义和例句 - 获取单词的综合信息 ## 安装 ### 通过 PyPI 安装…

Details

Author
keepondream
Downloads
141
Categories
Other

- Query synonyms of a given word
- Query antonyms of a given word
- Query hypernyms (more general concepts)
- Query hyponyms (more specific concepts)
- Retrieve definitions and example sentences
- Get comprehensive word information in one call

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name WordNet MCP 服务
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install via uvx wordnet-mcp-server (recommended) or pip install wordnet-mcp-server. Run the server directly with wordnet-mcp or python -m wordnet_mcp_server. Configure it in any MCP client by adding a stdio entry pointing to the Python module command.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "wordnet mcp \u670d\u52a1": {
            "wordnet-mcp-server": {
                "command": "uvx",
                "args": [
                    "wordnet-mcp-server"
                ]
            }
        }
    }
}

McpServers

{
    "wordnet-mcp-server": {
        "command": "uvx",
        "args": [
            "wordnet-mcp-server"
        ]
    }
}

WordNet MCP 服务

这是一个基于WordNet的Model Context Protocol (MCP) 服务实现,提供词汇查询功能,包括同义词、反义词、上下位词和定义等。

项目地址

GitHub: github.com/keepondream/wordnet-mcp-server

功能

- 查询单词的同义词
- 查询单词的反义词
- 查询单词的上位词(更一般的概念)
- 查询单词的下位词(更具体的概念)
- 查询单词的定义和例句
- 获取单词的综合信息

安装

通过 PyPI 安装

推荐使用 uv 安装:

```bash

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.