Loading MCP server directory, please wait...
Work your Luca workspace from any MCP client: 183 API tools + 15 task tools for leads and calls.
npx @getmcp/cli add io.github.setluca/luca-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
LUCA_API_KEYLuca developer API key (from Luca settings, developer API keys).
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.setluca/luca-mcp": {
"command": "npx",
"args": [
"-y",
"@setluca/mcp"
],
"env": {
"LUCA_API_KEY": "",
"LUCA_API_TOKEN": "",
"LUCA_API_BASE_URL": "",
"LUCA_AUTH_HEADER": "x-api-key",
"LUCA_WORKSPACE_ID": "",
"LUCA_WORKSPACE_SLUG": "",
"LUCA_REQUEST_TIMEOUT_MS": "30000",
"LUCA_TOOLSET": "full"
}
}
}
}