Skip to content
Gemini CLI

Nexi XPay for Gemini CLI

io.github.stucchi/nexi-xpay

MCP server for Nexi XPay Back Office APIs: orders, transactions, warnings.

client:Gemini CLI transport:stdio runtime:pypi

Install Nexi XPay in Gemini CLI

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

{
  "mcpServers": {
    "nexi-xpay": {
      "command": "uvx",
      "args": [
        "nexi-xpay-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

Nexi XPay in other clients