
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:
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:
Build the Server
Build the server for production:
Development Mode
Enable auto-rebuild during development:
Running the Server
Start the MCP server with the following command:
Testing with MCP Inspector
To test the server, use the MCP Inspector:
MCP Response Specification
This server adheres to the MCP response specification.
Tool Response
A successful word query returns the following format:
Error Response
In case of an error, the response format is:
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.
This server cannot be installed