Skip to content
Gemini CLI

bexio mcp server for Gemini CLI

io.github.promptpartner/bexio-mcp-server

Swiss accounting integration for Bexio. 314 tools: invoices, contacts, projects, account balances

client:Gemini CLI transport:stdio runtime:npm

Install bexio mcp server in Gemini CLI

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

{
  "mcpServers": {
    "bexio-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@promptpartner/bexio-mcp-server"
      ]
    }
  }
}

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

bexio mcp server in other clients