Skip to content
Grok

luca mcp for Grok

io.github.leonardomso/luca-mcp

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

client:Grok transport:stdio runtime:npm

Install luca mcp in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "luca-mcp": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

luca mcp in other clients