Dictionary Server
@meowrain
Dictionary Server について
一个可以使用cambridge dictionary查询单词的mcp服务器
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"dictionary-server": {
"command": "npx",
"args": [
"-y",
"mcp-server-dictionary"
],
"disabled": false
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Dictionary Server?
Dictionary Server is a Model Context Protocol (MCP) server that retrieves word meanings, pronunciation, definitions, and example sentences from the Cambridge Dictionary. It is designed for developers building AI assistants (like Claude) or any MCP‑compatible tool that needs dictionary lookup capabilities.
How to use Dictionary Server?
Integrate the server by adding the following configuration to your MCP settings:
"mcp-server-cambridge-dict": {
"command": "npx",
"args": ["-y", "mcp-server-dictionary"],
"disabled": false
}
After configuration, run the server with npm run start:mcp. You can also test it using the MCP Inspector via npm run inspector.
Key features of Dictionary Server
- Seamless integration with Claude and other AI assistants via MCP.
- Robust
lookup_wordtool for querying words. - Retrieves meaning, pronunciation, and example sentences from Cambridge Dictionary.
- Returns structured JSON responses adhering to MCP specification.
- Error responses include
isError: truefor transparent handling.
Use cases of Dictionary Server
- Look up word definitions on‑the‑fly within an AI assistant conversation.
- Build dictionary functionality into MCP‑based chat tools or agents.
- Automate vocabulary research by querying pronunciation and usage examples.
FAQ from Dictionary Server
What data does Dictionary Server fetch?
It fetches word meaning, pronunciation, definition, and example sentences from the Cambridge Dictionary.
How do I integrate Dictionary Server with my application?
Add the provided npx command configuration to your MCP client’s settings (e.g., mcp-servers-config.json). Then the lookup_word tool will be available.
Can I test the server without a full MCP client?
Yes. Run npm run inspector to start the MCP Inspector, which allows you to test the lookup_word tool interactively.
What is the format of a successful response?
A successful query returns a JSON object with a content array containing a text element that holds the word query result in JSON format.
What happens if the word is not found or an error occurs?
The server returns an error response: a JSON object with a content array containing an error message text, and an isError: true flag.
「その他」の他のコンテンツ
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
コメント