Skip to content
Gemini CLI

dictionary mcp for Gemini CLI

io.github.mrfentmen/dictionary-mcp

Dictionary definitions and word of the day (DictionaryAPI).

client:Gemini CLI transport:stdio runtime:npm

Install dictionary mcp in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

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

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

dictionary mcp in other clients