mcp -cambridge-dict
一个可以使用cambridge dictionary查询单词的mcp服务器
claude mcp add --transport stdio meowrain-mcp-server-cambridge-dict npx -y mcp-server-dictionary
How to use
This MCP server exposes a dictionary tool that retrieves word meanings from the Cambridge Dictionary and serves them through the Model Context Protocol (MCP) so AI assistants like Claude can query it as part of a larger prompt. The server is designed to be integrated into your MCP-enabled toolchain and can be started via the project’s npm scripts. To use, install dependencies, build for production, and run the MCP server. You can then query words through MCP-compatible clients or the MCP Inspector to verify the response structure and formatting. Typical usage involves sending a word query and receiving a structured response containing pronunciation, definition, and example sentences, packaged in the MCP tool response format.
How to install
Prerequisites:
- Node.js and npm installed on your machine
- Access to the project repository (clone or download)
Step-by-step:
-
Clone the repository or download the source code: git clone https://github.com/meowrain/mcp-server-cambridge-dict.git cd mcp-server-cambridge-dict
-
Install dependencies: npm install
-
Build the server for production: npm run build
-
Run in development mode (optional): npm run watch
-
Start the MCP server: npm run start:mcp
-
(Optional) Test with MCP Inspector: npm run inspector
Notes:
- The server is configured to be started via npm scripts by default, and relies on npx to launch the underlying mcp-server-dictionary package when used in a production or dev workflow.
Additional notes
Tips and caveats:
- The server uses the Cambridge Dictionary as its data source; ensure any rate limits or terms of use are respected when querying; implement caching if querying the same words repeatedly.
- Ensure Node.js and npm versions are compatible with the package.json engine requirements.
- If you modify the mcp configuration, you may want to adjust the mcpServers block to point to a different package name or entrypoint for your deployment environment.
- When testing, the MCP Inspector can help validate the exact shape of the MCP response and error formats described in the README.
- If you encounter network or DNS issues, verify that the environment where the server runs can reach Cambridge Dictionary endpoints as required by the underlying package.
Related MCP Servers
zen
Selfhosted notes app. Single golang binary, notes stored as markdown within SQLite, full-text search, very low resource usage
MCP -Deepseek_R1
A Model Context Protocol (MCP) server implementation connecting Claude Desktop with DeepSeek's language models (R1/V3)
mcp-fhir
A Model Context Protocol implementation for FHIR
mcp
Inkdrop Model Context Protocol Server
mcp-appium-gestures
This is a Model Context Protocol (MCP) server providing resources and tools for Appium mobile gestures using Actions API..
dubco -npm
The (Unofficial) dubco-mcp-server enables AI assistants to manage Dub.co short links via the Model Context Protocol. It provides three MCP tools: create_link for generating new short URLs, update_link for modifying existing links, and delete_link for removing short links.