Skip to content
Zed

dictionary mcp for Zed

io.github.mrfentmen/dictionary-mcp

Dictionary definitions and word of the day (DictionaryAPI).

client:Zed transport:stdio runtime:npm

Install dictionary mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "dictionary-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "dictionary-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

dictionary mcp in other clients