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

# Use Replo with Claude and ChatGPT

> Connect Replo from the Claude connector directory or ChatGPT plugin directory.

Install Replo from the directory in Claude or ChatGPT, authorize your Replo account, and then ask AI Chat to work with your projects.

## Before you begin

* Sign in to the Replo account that has access to the projects you want to use.
* Make sure your Claude or ChatGPT plan and workspace allow connectors or plugins.
* Ask a workspace administrator for access if installation is restricted.

## Connect from Claude

<Steps>
  <Step title="Open the connector directory">
    In Claude or Claude Desktop, open **Customize**, select **Connectors**, then open the connector directory.
  </Step>

  <Step title="Find Replo">
    Search for **Replo**, open its connector page, and review the capabilities it requests.
  </Step>

  <Step title="Connect your account">
    Select **Connect**. Sign in to Replo if prompted, confirm that Claude is the app requesting access, then select **Allow access**.
  </Step>

  <Step title="Start a new conversation">
    Open a new conversation and make sure the Replo connector is enabled. Ask Claude:

    ```text theme={null}
    List the Replo projects I can access.
    ```
  </Step>
</Steps>

## Connect from ChatGPT

<Steps>
  <Step title="Open the plugin directory">
    In ChatGPT, switch to **Work** if your workspace requires it, then open **Plugins**.
  </Step>

  <Step title="Install Replo">
    Search for **Replo**, open its plugin page, and select the **+** button to install it.
  </Step>

  <Step title="Connect your account">
    Connect Replo when prompted. Sign in to Replo, confirm that ChatGPT is the app requesting access, then select **Allow access**.
  </Step>

  <Step title="Start a new conversation">
    Start a new conversation with the Replo plugin available and ask ChatGPT:

    ```text theme={null}
    List the Replo projects I can access.
    ```
  </Step>
</Steps>

## Try a workflow

After AI Chat lists your projects, name the project you want it to use and start with a read-only request:

```text theme={null}
In the Acme project, list my open Replo tasks and summarize what each one is for.
```

Then try a reversible update:

```text theme={null}
In the Acme project, create a Replo task called "Review summer landing page."
Before creating it, show me the project and task details you will use.
```

Replace `Acme` with your project name. If AI Chat finds more than one match, ask it to show the project IDs and choose the correct one before continuing.

<Warning>
  Review the selected project and action before approving a write or destructive
  tool. Claude and ChatGPT control when they show confirmation prompts.
</Warning>

## Manage the connection

Use the same **Connectors** or **Plugins** settings where you installed Replo to disable, disconnect, or reconnect it. Disconnect Replo when you no longer want AI Chat to access your projects.

## Next steps

<CardGroup cols={2}>
  <Card title="Understand MCP access" icon="shield-check" href="/mcp/overview">
    Review permissions, responsibilities, and destructive actions.
  </Card>

  <Card title="Troubleshoot MCP" icon="wrench" href="/mcp/troubleshooting">
    Resolve installation, authentication, project, and tool problems.
  </Card>
</CardGroup>
