> ## 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 Code

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

Add AI Growth Agent as a remote HTTP MCP server:

```sh theme={null}
claude mcp add --transport http ai-growth-agent https://mcp.aigrowthagent.co/mcp
```

## Signing in

No separate login step is needed. The first time Claude Code calls a tool — or
when you run `/mcp`, select `ai-growth-agent`, and choose **reconnect** —
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 Code refreshes them
  automatically.
* If a token is rejected, run `/mcp` and reconnect (or remove and re-add the
  server) to sign in again.

## Try it

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