Skip to content
Gemini CLI

GoldBean MCP Server for Gemini CLI

io.github.wuzenghai616-lang/goldbean

51 Baidu AI MCP tools: OCR, Vision, LLM, Speech, NLP. Pay-per-call from $0.001.

client:Gemini CLI transport:stdio runtime:npm

Install GoldBean MCP Server in Gemini CLI

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

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

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

GoldBean MCP Server in other clients