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

# ChatGPT

> Add Qonto as a Custom Connector in ChatGPT

ChatGPT supports MCP servers as **Custom Connectors** behind Developer Mode.

<video controls className="w-full" src="https://qonto-assets.s3.eu-central-1.amazonaws.com/api-doc/qonto-mcp-chatgpt.mp4" />

<Info>
  Custom Connectors require **ChatGPT Plus, Pro, Business, Enterprise, or Edu**.
</Info>

## Setup

<Steps>
  <Step title="Enable Developer Mode">
    Open ChatGPT → **Settings** → **Apps & Connectors** → **Advanced**, and toggle **Developer Mode** on. You only need to do this once per account.
  </Step>

  <Step title="Create the connector">
    Still under **Apps & Connectors**, click **Create** (or **Add custom connector**). Fill in:

    * **Name**: `Qonto`

    * **MCP server URL**:

      ```
      https://mcp.qonto.com/mcp
      ```

    * **Authentication**: OAuth (ChatGPT detects this automatically from the server's metadata).
  </Step>

  <Step title="Authorize Qonto">
    ChatGPT opens an OAuth window. Sign in to Qonto, choose the organization to connect, and consent. On success the connector appears in your list with **Connected** status.
  </Step>

  <Step title="Use it in chat">
    Start a new conversation, open the connector picker in the composer, and enable **Qonto**. Then ask:

    > Pull my unpaid client invoices for this quarter.

    ChatGPT calls `list_client_invoices` through the connector and returns the data.
  </Step>
</Steps>

## Direct link

You can jump straight to the connector page: [chatgpt.com#settings/Connectors](https://chatgpt.com/#settings/Connectors).

## Notes

* Connectors are configured at the account level, they are available across web, desktop, and mobile.
* The connector picker in the composer must be open in each chat where you want Qonto to be available.

## Removing the connector

Open **Settings → Apps & Connectors**, click the **Qonto** entry, and **Delete**. To also revoke Qonto's side of the consent, do it from the **connected apps** section of your Qonto account.
