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

# Claude Desktop

> Connect SendKit to the Claude Desktop app for AI-powered email management

[Claude Desktop](https://claude.ai/download) is Anthropic's desktop application for chatting with Claude. You can connect it to SendKit's MCP server to manage your email infrastructure through conversation.

## Prerequisites

* Claude Desktop installed
* A SendKit API key with **Full** permission

## Setup

<Steps>
  <Step title="Open integrations settings">
    In Claude Desktop, go to **Settings** > **Integrations** and click **Add custom connector**.
  </Step>

  <Step title="Add the SendKit server">
    Enter the following server URL:

    ```
    https://mcp.sendkit.dev/sendkit
    ```

    When prompted for authentication, provide your API key as a Bearer token.
  </Step>

  <Step title="Verify the connection">
    Start a new conversation and ask Claude to interact with your SendKit account:

    ```
    List all my SendKit domains
    ```

    You should see Claude use the SendKit tools to fetch your domain list.
  </Step>
</Steps>

## Example prompts

```
Show me my email sending metrics for the last 7 days
```

```
Create a new contact list called "Beta Users"
```

```
Add test@example.com to the suppression list
```

```
Delete the API key named "old-key"
```
