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

# Set up with Claude Cowork

> Connect the AI Growth Agent MCP server to Claude Cowork.

Claude Cowork connects to AI Growth Agent as a custom MCP connector. No
terminal or config file required — everything happens in the Claude UI.

## Add the connector

1. Open Claude and click **Customize** in the sidebar.

2. Go to **Connectors** and click **+**.

3. Choose **Add custom connector**.

4. Set the name to `AI Growth Agent` and the URL to:

   ```text theme={null}
   https://mcp.aigrowthagent.co/mcp
   ```

5. Save the connector and approve the OAuth prompt when asked to connect.

## Plan notes

* **Free plans** are limited to 1 custom connector.
* **Team and Enterprise plans**: an **Owner** must add connectors for the
  organization before members can use them.

## Signing in

The first time the connector is used, your browser opens the AI Growth Agent
login page on `auth.aigrowthagent.co`:

* Type your AI Growth Agent email and password into the browser page only —
  credentials never pass through the AI.
* Access tokens are short-lived (1 hour) and Claude refreshes them
  automatically.
* If a token is rejected, remove and re-add the connector to sign in again.

## Try it

Ask Cowork: "List my available AI Growth Agent accounts." It will call
`list_accounts` and answer with your accounts and the session's current
account. See [List available accounts](/tasks/list-accounts) for more.
