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

# Getting started

> Connect and setup Omnier in a few simple steps.

## Claude Code (Desktop)

1. In Claude, go to Connectors → Add Custom connector and paste the mcp URL:
   ```text theme={null}
   https://mcp.getomnier.com/mcp
   ```
2. Connect and complete the authorisation flow. Sign in or create a new account if prompted.
3. Open a new session → Send message:
   ```text theme={null}
   Setup my pipeline, and deal stages
   ```
4. Complete the setup with your agent

## Claude Code (CLI)

1. Add Omnier mcp server:
   ```text theme={null}
   claude mcp add --transport http omnier https://mcp.getomnier.com/mcp
   ```
2. Type `claude` , then type `/mcp` and press enter. Select `omnier` from the list and follow the authorisation flow. Sign in or create a new account if prompted.
3. Send message:
   ```text theme={null}
   Setup my pipeline, and deal stages
   ```
4. Complete the setup with your agent
