# Connect ChatGPT

#### What You'll Need

* A ChatGPT Plus, Team, or Enterprise account
* 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 %}

***

#### Before You Start: Enable Developer Mode

ChatGPT requires Developer mode to be enabled before you can add custom MCP connectors.

1. Open [ChatGPT Settings](https://chatgpt.com/#settings)
2. Go to [Apps](https://chatgpt.com/#settings/Connectors)
3. Open [Advanced settings](https://chatgpt.com/#settings/Connectors/Advanced)
4. Turn on **Developer mode**

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

{% hint style="info" %}
Enterprise and Edu plans: Developer mode is admin-controlled. If you don't see the toggle, an admin needs to enable it for your organization first.
{% endhint %}

***

#### Connect ChatGPT to Kick

**Step 1: Create the MCP App**

1. In ChatGPT Settings → Apps, click **Create app**
2. Complete the New App form:
   * **Name**: `Kick MCP`
   * **MCP Server URL**: `https://use.kick.co/mcp`
   * **Authentication**: `OAuth`
3. Acknowledge the custom MCP risk notice
4. Click **Create**

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

**Step 2: Authorize the Connection**

The Kick authorization page will open automatically.

1. Sign in to your Kick account if prompted
2. Choose your permissions:
   * **Read & write** — Full access (write operations require your approval in ChatGPT)
   * **Read-only** — View-only access
3. Choose workspace access:
   * **All my workspaces** — Access all current and future workspaces
   * **Selected organizations** — Choose specific organizations
   * **Selected workspaces** — Choose specific workspaces
4. Click **Authorize**

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

**Step 3: Enable Kick in a Conversation**

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

1. Start a new chat in ChatGPT
2. Click the **+** menu near the message composer
3. Enable **Kick** for the conversation

***

#### 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.
```

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

***

#### Troubleshooting

**Can't Find Developer Mode Toggle**

**Enterprise and Edu plans**: An organization admin controls this setting.

**Solution**: Contact your organization admin and ask them to enable Developer mode for custom MCP connectors.

**Authorization Failed or Connection Error**

The authorization didn't complete successfully.

1. Go to ChatGPT Settings → Apps
2. Delete the Kick MCP app
3. Create it again and complete the authorization flow
4. Make sure you click **Authorize** on the Kick authorization page

**Wrong Workspace Showing**

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

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

***

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

* **Your data stays in Kick**: ChatGPT requests data through the MCP connection but doesn't store your Kick data permanently
* **Workspace permissions apply**: ChatGPT can only access workspaces you already have permission to view in Kick
* **You control access**: You can disconnect Kick at any time from the Apps settings
* **Confirmation required for changes**: Write operations require your explicit approval before execution

***

#### 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 ChatGPT to generate cash flow projection for your clients
3. Check out the [Kick MCP Use Case Library](/ai/kick-mcp/mcp-use-case-library.md).


---

# 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-chatgpt.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.
