luca mcp for Cursor
io.github.leonardomso/luca-mcp
Work your Luca workspace from any MCP client: 67 tools for leads, conversations, and campaigns.
client:Cursor
transport:stdio
runtime:npm
Install luca mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs