Dictionary Server
@meowrain
About Dictionary Server
一个可以使用cambridge dictionary查询单词的mcp服务器
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Dictionary Server?
Dictionary Server is an MCP (Model Context Protocol) server that retrieves word meanings, pronunciations, definitions, and example sentences from the Cambridge Dictionary. It is designed for AI assistants like Claude and developers who need dictionary lookup capabilities.
How to use Dictionary Server?
Add the following configuration to your MCP client (e.g., Claude desktop or CLI): "mcp-server-cambridge-dict": { "command": "npx", "args": ["-y", "mcp-server-dictionary"], "disabled": false }. Then use the lookup_word tool with a word parameter to query a word.
Key features of Dictionary Server
- Seamless integration with Claude and other AI assistants via MCP.
- Robust dictionary query tool for word lookups.
- Retrieves pronunciation, definition, and example sentences.
- Returns structured JSON responses as per MCP specification.
Use cases of Dictionary Server
- Look up the meaning and pronunciation of an English word.
- Get example sentences to understand word usage in context.
- Integrate real-time dictionary queries into AI-powered writing or learning tools.
FAQ from Dictionary Server
What data source does Dictionary Server use?
It retrieves word meanings from the Cambridge Dictionary.
What tools does Dictionary Server provide?
It provides the lookup_word tool, which accepts a word string parameter and returns pronunciation, definition, and example sentences.
How do I integrate Dictionary Server with my MCP client?
Add the JSON configuration block with command npx -y mcp-server-dictionary to your MCP client settings.
What happens if a word is not found or an error occurs?
The server returns a response with isError: true and an error message in the text field.
Does Dictionary Server require any API keys or authentication?
The README does not mention any authentication or API key requirements.
Frequently asked questions
What data source does Dictionary Server use?
It retrieves word meanings from the Cambridge Dictionary.
What tools does Dictionary Server provide?
It provides the `lookup_word` tool, which accepts a `word` string parameter and returns pronunciation, definition, and example sentences.
How do I integrate Dictionary Server with my MCP client?
Add the JSON configuration block with command `npx -y mcp-server-dictionary` to your MCP client settings.
What happens if a word is not found or an error occurs?
The server returns a response with `isError: true` and an error message in the `text` field.
Does Dictionary Server require any API keys or authentication?
The README does not mention any authentication or API key requirements.
Basic information
More Other MCP servers
Nginx UI
0xJackyYet another WebUI for Nginx
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Mobile Mcp
mobile-nextModel Context Protocol Server for Mobile Automation and Scraping (iOS, Android, Emulators, Simulators and Real Devices)
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
ICSS
chokcoco不止于 CSS
Comments