luca-mcp
About
Work your Luca workspace from any MCP client: 67 tools for leads, conversations, and campaigns.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
LUCA_API_KEY LUCA_API_BASE_URL LUCA_WORKSPACE_SLUGClaude Code
claude mcp add --env LUCA_API_KEY= --env LUCA_API_BASE_URL= --env LUCA_WORKSPACE_SLUG= luca-mcp -- npx @setluca/mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"luca-mcp","command":"npx","args":["@setluca/mcp"],"env":{"LUCA_API_KEY":"","LUCA_API_BASE_URL":"","LUCA_WORKSPACE_SLUG":""}}'
JSON
{
"mcpServers": {
"luca-mcp": {
"command": "npx",
"args": [
"@setluca/mcp"
],
"env": {
"LUCA_API_KEY": "",
"LUCA_API_BASE_URL": "",
"LUCA_WORKSPACE_SLUG": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.