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

# Add Corvera to Claude

> Connect Corvera's MCP server to Claude Desktop or Claude Code.

Connect Claude to Corvera's hosted MCP server so you can query your data
directly in chat.

```
https://mcp.corvera.ai/mcp
```

<Warning>
  On Claude **Team** and **Enterprise** plans, custom connectors are turned off
  until an administrator enables them. If you don't see the option to add one,
  ask your workspace owner or admin to allow custom connectors for your
  organization — then come back and follow the steps below.
</Warning>

<Tabs>
  <Tab title="Claude Desktop">
    <Steps>
      <Step title="Open the connector settings">
        In Claude Desktop, open **Settings → Connectors** and click
        **Add custom connector**.

        <Note>
          Don't see **Add custom connector**? On Team and Enterprise plans this
          is hidden until an admin enables custom connectors for your
          organization. Ask your workspace owner to turn it on, then return here.
        </Note>
      </Step>

      <Step title="Add the Corvera server">
        Give it a name (for example, **Corvera**), paste the MCP server URL
        `https://mcp.corvera.ai/mcp`, and click **Add**.
      </Step>

      <Step title="Sign in to Corvera">
        Claude opens a sign-in popup. Authorize the connection with your Corvera
        account.
      </Step>
    </Steps>
  </Tab>

  <Tab title="Claude Code">
    <Steps>
      <Step title="Add the server">
        From your terminal, run:

        ```bash theme={null}
        claude mcp add --transport http corvera https://mcp.corvera.ai/mcp
        ```
      </Step>

      <Step title="Authenticate">
        In Claude Code, run `/mcp` and follow the browser sign-in flow to
        authorize Corvera.
      </Step>
    </Steps>
  </Tab>
</Tabs>

## Try it out

Confirm the connection, then ask a question:

```text theme={null}
Run list_my_integrations and tell me what data I can query.
```

```text theme={null}
What were my total units sold by store last week?
```

```text theme={null}
Compare this month's Shopify orders to the same month last year.
```

<Note>
  For the full custom-connector reference, see the
  [Claude Desktop connector docs](https://support.claude.com/en/articles/11175166-get-started-with-custom-connectors-using-remote-mcp)
  and the [Claude Code MCP docs](https://code.claude.com/docs/en/mcp).
</Note>
