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

# Connect ChatGPT

> Add your Take App store to ChatGPT as a developer-mode connector.

ChatGPT connects to the Take App MCP server as a custom app. Take App uses write actions, so full MCP support requires a ChatGPT Business, Enterprise, or Edu workspace with **Developer mode** enabled.

## Steps

<Steps>
  <Step title="Enable Developer mode">
    In ChatGPT on the web, go to **Settings → Apps → Advanced settings** and
    turn on **Developer mode**. Workspace admins can also enable it under
    **Workspace Settings → Apps**.
  </Step>

  <Step title="Create the app">
    Go to **Settings → Apps → Create** or **Workspace Settings → Apps → Create**,
    paste the MCP server URL, and set **Authentication** to **OAuth**:

    ```
    https://take.app/api/mcp
    ```
  </Step>

  <Step title="Authorize">
    ChatGPT opens the Take App sign-in. Sign in, pick the store you want to
    connect, and click **Approve**. ChatGPT finishes linking automatically.
  </Step>
</Steps>

## Try it

In a new chat, enable the connector and ask:

> Create a product called "Weekend Special" priced at 12.00 and mark it visible.

<Note>
  You can also reach these steps from your Take App admin dashboard under
  **Settings → Integrations → MCP**, which shows the server URL for every
  client. Connected assistants are listed under **Settings → Integrations → API
  keys**.
</Note>
