Skip to content
Gemini CLI

bible mcp for Gemini CLI

io.github.mrfentmen/bible-mcp

Bible in one place: verse references, phrase search, and full KJV chapters. No key required.

client:Gemini CLI transport:stdio runtime:npm

Install bible mcp in Gemini CLI

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

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

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

bible mcp in other clients