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

# Setup

> Connect to the MeetGeek Cloud MCP server in ChatGPT or Claude.

## Overview

The MeetGeek Cloud MCP server is hosted by MeetGeek and accessible over HTTPS. There is nothing to install — you connect through your AI assistant's built-in integration store or developer settings.

## Add MeetGeek MCP

<Tabs>
  <Tab title="ChatGPT">
    **Via the Apps store (recommended)**

    1. Open ChatGPT and go to the **Apps** tab in the left sidebar.
    2. Search for **MeetGeek** and click **Connect**.
    3. Complete the authentication flow at [auth.meetgeek.ai](https://auth.meetgeek.ai).

    **Via Developer Mode**

    1. In ChatGPT settings, enable **Developer Mode**.
    2. Go to **Apps → Add app** and enter the MeetGeek MCP endpoint:
       ```
       https://mcp.meetgeek.ai/mcp
       ```
    3. Complete the authentication flow at [auth.meetgeek.ai](https://auth.meetgeek.ai).
  </Tab>

  <Tab title="Claude">
    **Via the Connectors tab (recommended)**

    1. Open Claude and go to the **Connectors** tab.
    2. Find **MeetGeek** and click **Connect**.
    3. Complete the authentication flow at [auth.meetgeek.ai](https://auth.meetgeek.ai).

    **Via Developer Mode**

    1. In Claude settings, enable developer/custom connector mode.
    2. Add a new connector pointing to:
       ```
       https://mcp.meetgeek.ai/mcp
       ```
    3. Complete the authentication flow at [auth.meetgeek.ai](https://auth.meetgeek.ai).
  </Tab>
</Tabs>

<Note>
  The Cloud MCP server is always up to date. You never need to update anything to get new tools or bug fixes.
</Note>
