wordnet-mcp-server
WordNet MCP 服务是一个基于WordNet的Model Context Protocol (MCP) 服务实现,提供词汇查询功能,包括同义词、反义词、上下位词和定义等。
WordNet MCP 服务是一个强大的词汇查询工具,基于WordNet数据库,提供丰富的词汇信息查询功能。用户可以通过该服务查询单词的同义词、反义词、上位词、下位词以及定义和例句。该服务支持通过命令行直接运行,也可以在MCP客户端中配置使用。通过与支持MCP的LLM(如Claude、GPT等)集成,用户可以在对话中直接调用这些词汇查询功能,极大地提高了词汇查询的效率和便捷性。
Features
- 查询单词的同义词
- 查询单词的反义词
- 查询单词的上位词(更一般的概念)
- 查询单词的下位词(更具体的概念)
- 查询单词的定义和例句
Usage with Different Platforms
mcp
{'command': 'python3', 'type': 'stdio', 'args': ['-m', 'wordnet_mcp_server']}
Related MCP Servers
View all knowledge_and_memory servers →git-mcp
by idosal
GitMCP is a free, open-source, remote Model Context Protocol (MCP) server that transforms GitHub projects into documentation hubs, enabling AI tools to access up-to-date documentation and code.
Knowledge Graph Memory Server
by modelcontextprotocol
A basic implementation of persistent memory using a local knowledge graph, allowing Claude to remember information about the user across chats.
mcpdoc
by langchain-ai
MCP LLMS-TXT Documentation Server provides a structured way to manage and retrieve LLM documentation using the Model Context Protocol.
rust-docs-mcp-server
by Govcraft
The Rust Docs MCP Server provides an up-to-date knowledge source for specific Rust crates, enhancing the accuracy of AI coding assistants by allowing them to query current documentation.
mindmap-mcp-server
by YuChenSSR
A Model Context Protocol (MCP) server for converting Markdown content to interactive mindmaps.
algorand-mcp
by GoPlausible
This is a Model Context Protocol (MCP) implementation for Algorand blockchain interactions, providing a server package for blockchain interactions and a client package for wallet management and transaction signing.
basic-memory
by basicmachines-co
Basic Memory is a tool that allows users to build a persistent knowledge base through natural conversations with LLMs, storing information in Markdown files.