Skip to content
Gemini CLI

luca mcp for Gemini CLI

io.github.leonardomso/luca-mcp

Work your Luca workspace from any MCP client: 67 tools for leads, conversations, and campaigns.

client:Gemini CLI transport:stdio runtime:npm

Install luca mcp in Gemini CLI

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "luca-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@setluca/mcp"
      ],
      "env": {
        "LUCA_API_KEY": "<LUCA_API_KEY>",
        "LUCA_API_BASE_URL": "<LUCA_API_BASE_URL>",
        "LUCA_WORKSPACE_SLUG": "<LUCA_WORKSPACE_SLUG>"
      }
    }
  }
}

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

luca mcp in other clients