lexware for Gemini CLI
io.github.lazyants/lexware
MCP server for the Lexware Office API — invoices, contacts, articles, and vouchers.
client:Gemini CLI
transport:stdio
runtime:npm
Install lexware in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"lexware": {
"command": "npx",
"args": [
"-y",
"@lazyants/lexware-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