# Dictionary Server

Retrieve word meanings seamlessly from the Cambridge Dictionary. Enhance your AI assistants with robust dictionary query tools through the MCP protocol. Integrate effortlessly into your command line …

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add meowrain/mcp-server-cambridge-dict

# Browse available tools
npx -y @smithery/cli@latest tool list meowrain/mcp-server-cambridge-dict

# Get full schema for a tool
npx -y @smithery/cli@latest tool get meowrain/mcp-server-cambridge-dict lookup_word

# Call a tool
npx -y @smithery/cli@latest tool call meowrain/mcp-server-cambridge-dict lookup_word '{}'
```

## Tools (1)

- `lookup_word`

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get meowrain/mcp-server-cambridge-dict <tool-name>
```

## Prompts (1)

- `Detailed-explanation` (word)

---

Source: https://github.com/meowrain/mcp-server-cambridge-dict | License: MIT
