Cambridge Dictionary MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Cambridge Dictionary MCP Serverdefine 'serendipity'"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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
}Related MCP server: Dictionary By Api Ninjas
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.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseBqualityDmaintenanceProvides comprehensive word definitions, pronunciations, meanings, and examples for any English word using the Free Dictionary API. Includes a random word-of-the-day feature with difficulty levels for vocabulary building.22MIT
- AlicenseBqualityDmaintenanceProvides dictionary lookup functionality through the API Ninjas Dictionary API, allowing users to search for word definitions and meanings through natural language queries.1MIT
- Flicense-qualityDmaintenanceEnables bidirectional lookup of Mi'kmaq and English words with definitions and examples, and provides tools for learning and dictionary statistics, integrating seamlessly with AI-powered IDEs.1
- Alicense-qualityCmaintenanceEnables querying Merriam-Webster's Collegiate Dictionary and thesaurus via natural language, providing definitions, synonyms, and related word data.9MIT
Related MCP Connectors
Turn AI chats into vocabulary: capture words and grammar into spaced-repetition flashcards.
Search your knowledge bases from any AI assistant using hybrid RAG.
Send quick greetings, scrape website content, and generate text or images on demand. Perform web s…
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/meowrain/mcp-server-cambridge-dict'
If you have feedback or need assistance with the MCP directory API, please join our Discord server