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

# Connect Claude

> Add Flow9 to claude.ai, Claude Desktop or Claude Code.

Flow9 works with Claude on the web, on the desktop app, and in Claude Code. All
three use the same address and the same sign-in.

<Note>
  Flow9 is not yet listed in Claude's connector directory, so you add it
  yourself as a **custom connector**. This works on every Claude plan,
  including the free one.
</Note>

## Before you start

* An admin must have enabled AI access for your workspace — see
  [Enabling AI connections](/admin/ai-connections)
* You need your normal Flow9 login

## claude.ai (web)

<Steps>
  <Step title="Open Settings">
    Click your name at the bottom left, then **Settings**.
  </Step>

  <Step title="Go to Connectors">
    In the settings sidebar, under **Customize**, choose **Connectors**.

    <Frame>
      <img src="https://mintcdn.com/flow9/nKfA6qJ3O3HRrwzV/images/connect-ai/claude-settings-connectors.png?fit=max&auto=format&n=nKfA6qJ3O3HRrwzV&q=85&s=c0ca273135d8f8cf159aec7fdca80527" alt="Connectors in the Claude settings sidebar" width="967" height="733" data-path="images/connect-ai/claude-settings-connectors.png" />
    </Frame>
  </Step>

  <Step title="Open the Add menu">
    Click **Add** in the top right, then **Add custom connector**.

    <Frame>
      <img src="https://mintcdn.com/flow9/nKfA6qJ3O3HRrwzV/images/connect-ai/claude-add-custom-connector.png?fit=max&auto=format&n=nKfA6qJ3O3HRrwzV&q=85&s=dc32eba4fd4789e9e3a240d5c7694db0" alt="The Add menu with Add custom connector" width="963" height="720" data-path="images/connect-ai/claude-add-custom-connector.png" />
    </Frame>
  </Step>

  <Step title="Enter the details">
    **Name** — `Flow9` (this is just the label in your connectors list)

    **Remote MCP server URL** — `https://mcp.flow9.online`

    Leave **Advanced settings** alone. The OAuth Client ID and Secret are
    optional and Flow9 does not need them — Claude registers itself
    automatically. Then click **Add**.

    <Frame>
      <img src="https://mintcdn.com/flow9/nKfA6qJ3O3HRrwzV/images/connect-ai/claude-custom-connector-dialog.png?fit=max&auto=format&n=nKfA6qJ3O3HRrwzV&q=85&s=5a1f68837510d02e02704579b1a7cb6e" alt="The Add custom connector dialog" width="543" height="575" data-path="images/connect-ai/claude-custom-connector-dialog.png" />
    </Frame>
  </Step>

  <Step title="Sign in to Flow9">
    Flow9 now appears in your connectors list. Click **Connect** and a Flow9
    sign-in page opens in your browser. Sign in with your normal account.

    <Frame>
      <img src="https://mintcdn.com/flow9/nKfA6qJ3O3HRrwzV/images/connect-ai/flow9-consent-screen.png?fit=max&auto=format&n=nKfA6qJ3O3HRrwzV&q=85&s=9b32efba83e5a53a53e9b91df18fd23f" alt="The Flow9 consent screen" width="1205" height="780" data-path="images/connect-ai/flow9-consent-screen.png" />
    </Frame>
  </Step>

  <Step title="Choose what to allow">
    The consent screen lists what Claude is asking for, grouped by area. Tick a
    whole group, or open a group and tick individual tools. Anything you leave
    unticked is not granted — the tool is not offered to Claude at all.

    See [Permissions](/guide/connect-ai/permissions) for what each group covers.
  </Step>

  <Step title="Confirm it worked">
    Start a new chat and ask:

    ```
    Who am I connected to in Flow9?
    ```

    Claude should reply with your workspace and the permissions you granted.
  </Step>
</Steps>

## Claude Desktop

The steps are identical to the web app — **Settings → Connectors → Add custom
connector** — and the connection is shared with claude.ai when you use the same
account.

## Claude Code

In a terminal:

```bash theme={null}
claude mcp add --transport http flow9 https://mcp.flow9.online
```

The first time you use a Flow9 tool, Claude Code opens your browser to sign in.
Afterwards run `/mcp` inside Claude Code to check the connection.

## Your first few prompts

Once connected, try these:

```
What does my leads pipeline look like right now?
```

```
Create a lead: Hina Raza at Northwind Traders, hina.raza@northwind.test, source Website
```

```
What tasks are open this week?
```

## Removing the connection

Two places, and either is enough:

* **In Claude** — Settings → Connectors → remove Flow9
* **In Flow9** — **Settings → Connected Apps**, then revoke

Revoking in Flow9 is the stronger action: it invalidates the key immediately,
so the assistant cannot reach your data even if it still shows the connector.
