# 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 [Claude.ai Connectors](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/BjzIn5unjeqTCXxXS29K" 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 Connectors](https://claude.ai/new#settings/connectors)
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 Connectors](https://claude.ai/new#settings/connectors)
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)

***

#### **Data Privacy and Security**

* **Claude’s terms apply.** When you connect Kick to Claude, your use of Claude is governed by Anthropic’s terms and privacy policies, not Kick’s.
* **Business and individual Claude plans are different.** Claude Team and Enterprise include protections intended for business use. Individual plans like Pro and Max may not offer the same privacy and data handling protections for sensitive company or client data.
* **Claude only sees what you enable.** Access depends on the connectors, permissions, and capabilities configured in Claude.
* **More access means more risk.** Features like desktop file access, browser automation, and computer-use tools are more powerful, but also higher risk than basic chat or read-only access.
* **Some Claude features can take action.** Not all integrations are read-only. Depending on what’s enabled, Claude may be able to modify files, interact with websites, or perform actions in connected tools.
* **Use copies of important files.** If Claude is working with documents or folders, avoid giving it original files. The meeting specifically warned that AI-driven edits can produce unexpected changes.
* **Your organization may restrict certain features.** Admins can disable or limit higher-risk capabilities like web search, user-created skills, browser automation, and similar tools.

***

#### 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](/ai/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/ai/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.
