WordNet MCP 服务
@keepondream
WordNet MCP 服务 について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"wordnet-mcp-server": {
"command": "uvx",
"args": [
"wordnet-mcp-server"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is WordNet MCP 服务?
WordNet MCP 服务 is a Python implementation of the Model Context Protocol that provides vocabulary query capabilities using the WordNet lexical database, including synonyms, antonyms, hypernyms, hyponyms, definitions, and example sentences. It is designed for developers and AI applications that need to access lexical relationships within MCP‑based conversations.
How to use WordNet MCP 服务?
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.
Key features of WordNet MCP 服务
- 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
Use cases of WordNet MCP 服务
- Enhance LLM conversations with precise word relationships
- Assist language learners with synonym and antonym lookups
- Enrich text analysis tools with taxonomic hierarchies
- Power writing assistants that suggest related terms
- Integrate lexical database queries into custom AI workflows
FAQ from WordNet MCP 服务
How do I install WordNet MCP 服务?
Install via uvx wordnet-mcp-server (recommended) or pip install wordnet-mcp-server. After installation, run wordnet-mcp or python -m wordnet_mcp_server.
What transport does WordNet MCP 服务 use?
It uses stdio transport, configured by specifying "command": "python3" and "args": ["-m", "wordnet_mcp_server"] in your MCP client settings.
Can I use WordNet MCP 服务 in Cursor?
Yes, the README provides instructions for adding it as an MCP service in Cursor using one of the provided configuration methods.
Does WordNet MCP 服务 require any external API keys or authentication?
No. The server uses the bundled WordNet lexical database and requires no API keys or authentication.
What word queries does WordNet MCP 服务 support?
It supports synonyms, antonyms, hypernyms, hyponyms, definitions, example sentences, and a combined get_word_info tool that returns all available data.
「その他」の他のコンテンツ
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.

EverArt
modelcontextprotocolModel Context Protocol Servers
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
コメント