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

# Connect Stardrift to Claude

> Add Stardrift as a custom connector in claude.ai, the Claude desktop app or Claude Code, then sign in with your Stardrift account.

Stardrift's MCP endpoint is `https://stardrift.ai/mcp`. Once connected, Claude can read your trips and bookings, build and correct itineraries, and organize your saved places.

## claude.ai and Claude Desktop

<Steps>
  <Step title="Add the connector">
    Open **Customize → Connectors**, click **+**, then **Add custom connector**. Enter `https://stardrift.ai/mcp` as the server URL and click **Add**. Leave the OAuth fields under Advanced settings empty; Stardrift registers the client for you.
  </Step>

  <Step title="Sign in">
    Click **Connect**, sign in to Stardrift in the browser window that opens, and approve the permissions.
  </Step>

  <Step title="Use it in a chat">
    Click **+** in the chat composer, open **Connectors**, and enable Stardrift for the conversation.
  </Step>
</Steps>

Custom connectors are available on Free, Pro, Max, Team and Enterprise plans. On Team and Enterprise, an owner adds the connector under **Organization settings → Connectors** (Add → Custom → Web) and each member clicks **Connect** on their own Connectors page.

## Claude Code

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

Sign in and approve the permissions in the browser. Inside a session, `/mcp` shows the connection state and also offers **Authenticate** and sign-out.

## Try it

* “List my trips.”
* “Create a two-day São Paulo trip and add MASP on day one at 10:00.”
* “Move that visit to day two, keeping its time.”

See [Tools](/tools) for the catalog and [what you are granting](/) for the permissions.
