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

# Connect FirstTouch MCP

> Add FirstTouch MCP to Claude, Codex, Cursor, Windsurf, and other AI assistants.

Connect FirstTouch to your AI assistant so you can build lists, launch flows, enrich prospects, check queues, review metrics, and track work inside the tools you already use.

Your MCP client should open a browser window for sign-in and approval automatically.

## Setup

<Steps>
  <Step title="Copy the MCP server URL">
    Copy the MCP server URL shown in FirstTouch.
  </Step>

  <Step title="Add a remote server connection">
    Open your MCP client and add a remote server connection.
  </Step>

  <Step title="Paste the URL">
    Paste the MCP server URL into your client.
  </Step>

  <Step title="Complete sign-in">
    Complete FirstTouch sign-in and approve the team workspace in your browser when prompted.
  </Step>

  <Step title="Start using FirstTouch">
    Return to your client and start using FirstTouch.
  </Step>
</Steps>

Example MCP server URL:

```text theme={null}
https://mcp.firsttouch.ai
```

<Note>
  Use the exact URL shown in your FirstTouch workspace. MCP access is authorized for the team workspace you approve during sign-in.
</Note>

## Claude Code

Paste this into your terminal to connect Claude Code:

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

## Multiple Workspaces

If you manage more than one FirstTouch team workspace, add one MCP connection per team. Give each connection a clear name, such as `firsttouch-main` and `firsttouch-client-a`, and approve the right team during sign-in.

Then include the connection name in your prompt:

> Use `firsttouch-client-a` and show pending approval tasks.

If you switch teams in FirstTouch, reconnect or add another MCP connection for that team before asking your assistant to work there.

## Verify The Connection

After setup, ask your assistant one of these:

* "Show my current FirstTouch user."
* "List my FirstTouch audiences."
* "List my recent Flow Plans."
* "Show my FirstTouch credit balance."
* "Show active LinkedIn outreach waiting to run."
* "Show team metrics for the last 30 days."
* "Show my pending FirstTouch tasks."

If the connection works, the assistant should return information from the approved FirstTouch team workspace.
