> ## 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 Cursor

> Add the Stardrift MCP server to Cursor with one click or a short mcp.json entry, then sign in with your Stardrift account.

Stardrift's MCP endpoint is `https://stardrift.ai/mcp`.

<Card title="Add to Cursor" icon="download" href="cursor://anysphere.cursor-deeplink/mcp/install?name=stardrift&config=eyJ1cmwiOiJodHRwczovL3N0YXJkcmlmdC5haS9tY3AifQ%3D%3D">
  Opens Cursor and adds the Stardrift server. Cursor then opens your browser to sign in.
</Card>

## Manual setup

Add the server to `~/.cursor/mcp.json` for every project, or to `.cursor/mcp.json` inside one project:

```json theme={null}
{
  "mcpServers": {
    "stardrift": {
      "url": "https://stardrift.ai/mcp"
    }
  }
}
```

Enable the server in Cursor's MCP settings. Cursor detects that Stardrift needs OAuth and opens your browser: sign in to Stardrift and approve the permissions. No client ID or secret is needed.

## Try it

Ask the agent to “list my Stardrift trips” or “add Tsukiji Outer Market to day one of my Tokyo trip at 8:00”. See [Tools](/tools) for the catalog.
