# Connect your AI assistant to Luca

Claude, Cursor, ChatGPT, or any MCP client can work your review queue, look up leads, and draft replies with you.

> New connections start with read + draft access only. Nothing sends without your review.

## Hosted -- Claude and other OAuth clients

Add a custom connector with this URL, then sign in to Luca and choose what your assistant may do on the consent screen:

`https://mcp.setluca.com/mcp`

One-click install:
- [Add to Cursor](cursor://anysphere.cursor-deeplink/mcp/install?name=luca&config=eyJ1cmwiOiJodHRwczovL21jcC5zZXRsdWNhLmNvbS9tY3AifQ==)
- [Add to VS Code](vscode:mcp/install?%7B%22name%22%3A%22luca%22%2C%22url%22%3A%22https%3A%2F%2Fmcp.setluca.com%2Fmcp%22%7D)
- [Add to Claude](https://claude.ai/settings/connectors)

The Claude button opens your connector settings. Paste the URL above as a custom connector.

## Local -- Claude Desktop, Claude Code, Cursor (API key)

1. Create an API key in **Luca -> Settings -> Developer API keys**.
2. Add this to your MCP client configuration:

```
{
  "mcpServers": {
    "luca": {
      "command": "npx",
      "args": [
        "-y",
        "@setluca/mcp"
      ],
      "env": {
        "LUCA_API_KEY": "<your-key>"
      }
    }
  }
}
```

Or with the Claude Code CLI:

```
claude mcp add luca --env LUCA_API_KEY=<your-key> -- npx -y @setluca/mcp
```

Then ask your assistant "What's in my Luca review queue?" to confirm it works. Never paste your API key into a chat. It belongs in the config file only.

Package: `@setluca/mcp@0.1.1` - Registry: `io.github.leonardomso/luca-mcp` - Developers: see [/developers](/developers).