Catalog
Luca MCP
Officialby leonardomso
Work your Luca workspace from any MCP client: 67 tools for leads, conversations, and campaigns.
Work your Luca workspace from any MCP client: 67 tools for leads, conversations, and campaigns.
README not available yet.
Install
Configuration
Environment variables
LUCA_API_KEYrequiredsecretLuca developer API key (from Luca settings, developer API keys).
LUCA_API_BASE_URLLuca API origin. Defaults to https://api.setluca.com.
LUCA_WORKSPACE_SLUGOptional default workspace slug for every call.
claude_desktop_config.json
{
"mcpServers": {
"luca-mcp": {
"command": "npx",
"args": [
"-y",
"@setluca/mcp@0.1.1"
],
"env": {
"LUCA_API_KEY": "<YOUR_LUCA_API_KEY>",
"LUCA_API_BASE_URL": "<YOUR_LUCA_API_BASE_URL>",
"LUCA_WORKSPACE_SLUG": "<YOUR_LUCA_WORKSPACE_SLUG>"
}
}
}
}