Skip to content
Gemini CLI

honeybook mcp for Gemini CLI

io.github.chrischall/honeybook-mcp

HoneyBook client-portal MCP — vendor contracts, invoices, messages, meetings and payments

client:Gemini CLI transport:stdio runtime:npm

Install honeybook mcp in Gemini CLI

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

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

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

honeybook mcp in other clients