> ## Documentation Index
> Fetch the complete documentation index at: https://docs.landerlab.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Connect LanderLab MCP to Claude.ai

> Connect your LanderLab account to Claude.ai using remote MCP. Add a custom connector in Settings and manage landing pages, leads, and analytics directly from your browser.

## What You Need

* A LanderLab API key. See [Generate an API Key](/mcp/generate-api-key).
* A Claude Pro, Max, Team, or Enterprise plan. Remote MCP connectors are not available on the free plan.

***

## Step 1: Open Connectors Settings

1. Log in to [claude.ai](https://claude.ai).
2. Click your profile icon and go to **Settings**.
3. Select **Connectors** from the sidebar.

***

## Step 2: Add the LanderLab Connector

1. Click **Add custom connector**.
2. In the dialog that appears, enter the following:
   * **Server name:** `landerlab`
   * **Remote MCP server URL:** `https://api.landerlab.dev/api/v2/mcp`
3. Click **Advanced settings** and add your API key as a custom header:
   * **Header name:** `X-API-Key`
   * **Header value:** `ll_live_YOUR_KEY_HERE`
4. Click **Add**.

Replace `ll_live_YOUR_KEY_HERE` with your actual API key.

***

## Step 3: Enable the Connector in a Conversation

1. Start a new conversation in Claude.ai.
2. Click the **+** button on the lower left of the chat input.
3. Select **Connectors**.
4. Toggle **landerlab** on.

The LanderLab tools are now active for that conversation.

***

## Verify the Connection

With the connector enabled, ask:

```text theme={null}
List my LanderLab workspaces
```

Claude will call `workspaces_list` and return your results directly in the chat.

***

## Example Prompts

* "List all my landers and their publish status"
* "Show analytics for lander X over the last 7 days"
* "Unpublish lander X"
* "Show all leads from workspace 1"

***

## Notes

* Remote connectors in Claude.ai connect from Anthropic's cloud infrastructure, not your local machine. Your LanderLab API endpoint is publicly accessible, so this works without any extra configuration.
* You need to enable the connector per conversation using the **+** button. It does not stay on by default for every new chat.
* Team and Enterprise plan owners must add the connector at the organization level first before members can use it. Go to **Organization settings > Connectors** to do this.

***

## Troubleshooting

**Connectors option not visible** - Remote MCP connectors require a paid Claude plan (Pro, Max, Team, or Enterprise). The free plan does not support this feature.

**401 Unauthorized** - The API key is wrong or revoked. Go to **Organization > API Keys** in LanderLab to check or create a new key.
