Skip to content
Gemini CLI

random word mcp for Gemini CLI

io.github.mrfentmen/random-word-mcp

Random English words from the Random Word API. No key required.

client:Gemini CLI transport:stdio runtime:npm

Install random word mcp in Gemini CLI

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

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

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

random word mcp in other clients