mcp-server-cambridge-dict
一个可以使用cambridge dictionary查询单词的mcp服务器
Documentation

Dictionary Server
A dictionary server supporting the Model Context Protocol (MCP).
Retrieves word meanings from the Cambridge Dictionary.
Adding MCP to Command Line
To integrate the MCP server into your command line, add the following configuration:
"mcp-server-cambridge-dict": {
"command": "npx",
"args": ["-y", "mcp-server-dictionary"],
"disabled": false
}Features
- Seamless integration with Claude and other AI assistants via the MCP protocol.
- Robust dictionary query tools.
- Retrieves word meanings from the Cambridge Dictionary.
Development
Install Dependencies
Install the required dependencies:
npm installBuild the Server
Build the server for production:
npm run buildDevelopment Mode
Enable auto-rebuild during development:
npm run watchRunning the Server
Start the MCP server with the following command:
npm run start:mcpTesting with MCP Inspector
To test the server, use the MCP Inspector:
npm run inspectorMCP Response Specification
This server adheres to the MCP response specification.
Tool Response
A successful word query returns the following format:
{
"content": [
{
"type": "text",
"text": "Word query result (in JSON format)"
}
]
}Error Response
In case of an error, the response format is:
{
"content": [
{
"type": "text",
"text": "Error message"
}
],
"isError": true
}API Documentation
`lookup_word`
Fetches the pronunciation, definition, and example sentences for a word.
Parameters
- `word` (string): The word to query.
Returns
Detailed information about the word, including pronunciation, definition, and example sentences.
Frequently asked questions
What is mcp-server-cambridge-dict?
mcp-server-cambridge-dict is 一个可以使用cambridge dictionary查询单词的mcp服务器
How do I install mcp-server-cambridge-dict?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is mcp-server-cambridge-dict open source?
Yes — it is hosted on GitHub at https://github.com/meowrain/mcp-server-cambridge-dict and has 2 stars.
Related MCP tools
An MCP server that installs other MCP servers for you JavaScript-based implementation. Trusted by 1400+ developers. Trusted by 1400+ developers.
MCP server for interacting with the iOS simulator JavaScript-based implementation. Trusted by 1200+ developers. Trusted by 1200+ developers.
A Model Context Protocol server that provides read-only access to MySQL databases. This server enables LLMs to inspect database schemas and execute read-only...
This is an MCP server that allows you to directly download transcripts of YouTube videos. JavaScript-based implementation.
The all-in-one Desktop & Docker AI application with built-in RAG, AI agents, No-code agent builder, MCP compatibility, and more.
An AI-powered task-management system you can drop into Cursor, Lovable, Windsurf, Roo, and others. Built for the Model Context Protocol to enhance AI capabiliti
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP