# Connect Claude

Kick MCP integration lets Claude directly access your accounting data. Instead of copying and pasting client information, Claude can request the data it needs and return structured results.

#### What You'll Need

* A Claude account (Pro, Max, Team, or Enterprise plan)
* A Kick account with access to at least one workspace

{% hint style="info" %}
**Tip**: Log in to your Kick account in your browser before starting. This makes the authorization step faster.
{% endhint %}

***

#### Setup by Plan Type

The setup process differs depending on your Claude subscription:

* **Pro and Max plans**: Add connectors directly to your personal account
* **Team and Enterprise plans**: An organization Owner must add the connector first, then individual members connect to it

<details>

<summary><strong>For Claude Pro and Max Users</strong></summary>

**Step 1: Open the Connectors Page**

1. Log in to [Connectors at Claude.ai](https://claude.ai/new#settings/connectors) or go to **Settings**  in the left sidebar > **Connectors**

<figure><img src="/files/geGUatDyu0VftH0SQO0a" alt=""><figcaption></figcaption></figure>

**Step 2: Add a Custom Connector**

1. Click the **+** button in the top right
2. Select **Add custom connector**

<figure><img src="/files/BjzIn5unjeqTCXxXS29K" alt=""><figcaption></figcaption></figure>

3. In the **Remote MCP server URL** field, enter: `https://use.kick.co/mcp`
4. Click **Add**

<figure><img src="/files/DyeP6COLshg5KznmbFi7" alt=""><figcaption></figcaption></figure>

**Step 3: Authorize Kick Access**

A new window will open asking you to authorize the connection.

1. Sign in to your Kick account if prompted
2. Choose which workspaces Claude can access:
   * **All my workspaces** — Access all current and future workspaces
   * **Selected workspaces** — Choose specific workspaces
3. Click **Authorize**

<figure><img src="/files/Wk033LZHCOK3NbnGKk0X" alt=""><figcaption></figcaption></figure>

That's it - Kick will appear in your list of connected connectors.

<figure><img src="/files/UHar5BF0uiqFoltvLeZ7" alt=""><figcaption></figcaption></figure>

</details>

<details>

<summary><strong>For Claude Team and Enterprise Users</strong></summary>

Team and Enterprise setup requires two phases: the Owner adds the connector once, then individual team members connect their Kick accounts.

**Phase 1: Owner Setup (One-Time)**

1. Log in to [Claude.ai](https://claude.ai)
2. Click **Settings** → **Organization settings** → **Connectors**
3. Click **Add** in the top right
4. Hover over **Custom** and select **Web**
5. In the **Remote MCP server URL** field, enter: `https://use.kick.co/mcp`
6. Click **Add**

The Kick connector is now available to all organization members.

**Phase 2: Member Setup (Each Team Member)**

After the Owner has added the Kick connector, each team member connects their personal Kick account.

1. Log in to [Claude.ai](https://claude.ai)
2. Click **Customize** → **Connectors**
3. Find **Kick** in the list (it will have a "Custom" label)
4. Click **Connect**
5. Sign in to your Kick account if prompted
6. Choose which workspaces Claude can access
7. Click **Authorize**

> Each team member authenticates individually. Claude can only access the Kick workspaces that the connecting user already has permission to view.

</details>

***

#### Using Kick in a Conversation

Once connected, enable Kick for each conversation where you want to use it.

1. Start a new conversation or open an existing one
2. Click the **+** button in the lower left corner
3. Select **Connectors**
4. Toggle **Kick** on

<figure><img src="/files/okZfPLp3MzwFgoHhwujD" alt=""><figcaption></figcaption></figure>

The Kick icon will appear in the conversation header when enabled.

***

#### Verify Your Connection

Test that everything is working by starting a conversation with Kick enabled and asking:

```
List the Kick tools you can use and confirm the active workspace.
```

Claude should respond with available tools (like `transactions_find`, `reports_profit_loss_get`, `workspaces_list`) and your active workspace name.

***

#### Troubleshooting

**"No tools available" or Empty Tool List**

The authorization didn't complete successfully.

1. Go to your Connectors page
2. Click **Disconnect** on Kick
3. Click **Connect** again and complete the authorization flow

**Wrong Workspace Showing**

Your Kick account has access to multiple workspaces. Tell Claude which workspace you want to use:

```
Please switch to the [workspace name] workspace.
```

**Connection Shows as "Error" Status**

Network issue or temporary service interruption.

1. Refresh the page
2. Try disconnecting and reconnecting
3. If the issue persists, check [status.anthropic.com](https://status.anthropic.com)

***

#### Next Steps

Now that you're connected:

1. Try a sample query: "List my workspaces" or "What tools can you use?"
2. Explore reports by asking Claude to generate financial reports for your clients
3. Check out the [Kick MCP Use Case Library](/developers/kick-mcp/mcp-use-case-library.md) for advanced use cases


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.kick.co/developers/kick-mcp/connectors/connect-claude.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
