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

# Connect

> Pick a client. Each tutorial is ten minutes and ends with a real workspace answering you.

You need a Sailer account whose email is a member of at least one workspace.
That is the whole list. No API token, no admin role, no AWS.

Start with **CRM**. First connection is [read scopes only](/mcp/auth) — the
model can look, it cannot change anything until you reconnect and grant writes.

| Server              | URL                                     |
| ------------------- | --------------------------------------- |
| Sailer CRM          | `https://mcp.chatsailer.com/mcp/crm`    |
| Sailer Agent Studio | `https://mcp.chatsailer.com/mcp/studio` |

The URL is exact. `/mcp/crm`, not `/crm`.

<CardGroup cols={2}>
  <Card title="Claude Code" icon="terminal" href="/mcp/connect/claude-code">
    One CLI command, then `/mcp` in the terminal.
  </Card>

  <Card title="Claude" icon="comments" href="/mcp/connect/claude">
    Desktop, claude.ai, Cowork. Paste a URL in Connectors.
  </Card>

  <Card title="ChatGPT" icon="message" href="/mcp/connect/chatgpt">
    Developer mode, then enable the connector on the chat.
  </Card>

  <Card title="Cursor" icon="code" href="/mcp/connect/cursor">
    Customize → MCP, or a four-line `mcp.json`.
  </Card>
</CardGroup>

A script with no person behind it should skip these clients and send a
workspace token instead — [Authentication](/mcp/auth).
