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

# Connect an assistant

Step-by-step guides for connecting Claude, ChatGPT, and other MCP clients.

This guide shows you how to connect an AI assistant, such as Claude or ChatGPT, to your Appinion workspace so you can ask questions about your apps, reviews, ratings, and analytics directly from the AI assistant you already use. Connecting only requires pasting an MCP server URL and signing in once with your Appinion account. No additional setup is required.

<Info>
  Feature available as a paid add on for the Growth plan.
</Info>

## Connection address

Copy this URL and paste it into your AI assistant when adding a custom MCP connector.

```text theme={null}
https://api.appinion.pt/mcp
```

## Connecting by client

<Tabs>
  <Tab title="Chat GPT">
    <Steps>
      <Step title="Enable developer mode">
        In ChatGPT, go to **Settings → Plugins → Developer Mode**, then enable Developer Mode.
      </Step>

      <Step title="Create a new plugin">
        In the side menu find the **Plugins** and hit the <Icon icon="plus" /> button.
      </Step>

      <Step title="Add a name, an icon and the address">
        Enter a name, an icon and description, paste the connection URL (`https://api.appinion.pt/mcp`), and select **OAuth** authentication.
      </Step>

      <Step title="Confirm and authorize">
        Login to appinion and auhtorize access.
      </Step>

      <Step title="Use it on a converstion">
        On a conversation, just type @appinion or it <Icon icon="add" /> and choose appinion
      </Step>
    </Steps>
  </Tab>

  <Tab title="Claude">
    <Steps>
      <Step title="Open connectors">
        On **Claude** click on Customize and then on Connectors
      </Step>

      <Step title="Add a new custom connector">
        Click on **Add** and then on **Add a new custom connector**
      </Step>

      <Step title="Add the address">
        Enter de address (`https://api.appinion.pt/mcp`) and confirm.
      </Step>

      <Step title="Confirm and authorize">
        Login to appinion and authorize the connection
      </Step>

      <Step title="Start using it on your conversations." />
    </Steps>
  </Tab>
</Tabs>

## Test the connection

On a conversation ask "Show me the apps I have access to". If it answers with your apps, the connection is successful.

## Know more

<Columns cols={2}>
  <Column>
    <Card title="What is the Wingman assistant " icon="robot" href="/what-is-the-wingman-assistant">
      Bring  Appinion data into Claude, ChatGPT, and other AI assistants.
    </Card>

    <Card title="Troubleshooting" icon="tools" href="/troubleshooting">
      What to do if your connection fails or your assistant is not responding.
    </Card>
  </Column>

  <Column>
    <Card title="Security and privacy" icon="shield" href="/security-privacy">
      Learn how OAuth protects your account, data, and credentials.
    </Card>
  </Column>
</Columns>
