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

# ChatGPT

> Connect Brivvy to ChatGPT so the model can access brand voice rules and generate on-brand content directly in chat.

ChatGPT supports remote MCP servers through its Connectors feature, which means you can add Brivvy without editing any config files. Once connected, ChatGPT can call Brivvy tools mid-conversation to retrieve brand voice guidelines and list templates.

Brivvy's MCP server uses tools beyond the default `search` and `fetch` pattern, so Developer Mode must be enabled for the integration to work. Without it, ChatGPT will reject the connection.

<Note>
  MCP connectors and Developer Mode require a ChatGPT Pro, Plus, Business, Enterprise or Edu plan.
</Note>

## Before you start

* A Brivvy account on a plan that includes MCP access.
* A ChatGPT Pro, Plus, Business, Enterprise or Edu account.
* For team workspaces: admin access to enable Developer Mode at the workspace level.

<iframe src="https://www.youtube.com/embed/XPv8iuhz0No" title="YouTube video player" frameborder="0" className="w-full aspect-video rounded-xl" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen />

<Callout icon="youtube">
  If you prefer video tutorials, check out our [YouTube](https://www.youtube.com/@brivvyHQ) page.
</Callout>

## Setup

<Tabs>
  <Tab title="For admins">
    1. In ChatGPT, click your workspace name in the bottom left sidebar and select **Workspace settings**.
    2. Navigate to **Apps**.
    3. Click **Create**, and select **Enable developer mode**.
    4. Fill in the required fields:
       | <br /> **Field** | **Value**                                     |
       | :--------------- | :-------------------------------------------- |
       | Connector name   | Brivvy                                        |
       | Description      | Access Brivvy brand voice rules and templates |
       | MCP server URL   | `https://mcp.brivvy.io`                       |
    5. Agree to terms and click **Create**.
    6. Connect Brivvy with ChatGPT via **Authorization process**.
    7. **Publish** the Brivvy app to your workspace.
  </Tab>

  <Tab title="For members">
    Once your workspace admin has enabled Developer Mode (or if you are on an individual Pro or Plus plan), follow these steps to connect Brivvy.

    1. In ChatGPT, click your profile picture in the top right and go to **Settings > Apps > Advanced settings**. Toggle on **Developer Mode**.
    2. Go to **Settings > Connectors** and click **Create**.
    3. Fill in the connector details:
       | Field          | Value                                         |
       | -------------- | --------------------------------------------- |
       | Connector name | Brivvy                                        |
       | Description    | Access Brivvy brand voice rules and templates |
       | MCP server URL | `https://mcp.brivvy.io`                       |
    4. Make sure **Authentication** is set to **OAuth** and click **Create**.
    5. ChatGPT will open an authorization page. Review the requested permissions and click **Authorize** to grant ChatGPT access to Brivvy on your behalf.
    6. Start a new chat, click the tools menu near the message input and select **Developer Mode**. Choose **Brivvy** from the list. The connector stays active for the entire conversation once enabled.
  </Tab>
</Tabs>

## How to know it worked

Send a prompt that requires brand voice context, for example: "Using Brivvy, get the brand voice rules and write a two-sentence product update." ChatGPT will call the appropriate Brivvy tool and return a response shaped by your brand voice rules. Tool-call payloads are displayed in the UI as ChatGPT works, showing inputs and outputs for each Brivvy tool called.
