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

# Connect Claude

> Add Lawtte as a custom connector in Claude — four steps, no API key.

<Info>
  You need a Lawtte Studio account with a calling number. Open
  **Dashboard → Connect** to see your account's exact status before you start.
</Info>

<Steps>
  <Step title="Copy the Lawtte server address">
    ```bash theme={null}
    https://www.lawtte.ai/api/mcp
    ```
  </Step>

  <Step title="Add Lawtte as a custom connector">
    In Claude, open [connector settings](https://claude.ai/new#customize/connectors),
    choose **Add custom connector**, name it **Lawtte**, and paste the server
    address. Leave the advanced settings empty.
  </Step>

  <Step title="Sign in and allow access">
    Choose **Connect**. Lawtte asks you to sign in, pick one Studio calling agent,
    and approve the three call tools. No key is copied or pasted anywhere.
  </Step>

  <Step title="Check the tools">
    Start a chat and ask:

    > What tools are available from Lawtte Studio?

    You should see `place_call`, `list_calls`, and `get_call_result`. A real call
    still requires your confirmation in the chat.
  </Step>
</Steps>

## Choosing which number calls

Calls come from the Studio agent you approved during sign-in, using that account's
purchased caller ID. If your organization has more than one Studio agent with a
number, pick the one you want on **Dashboard → Connect** before connecting.

## Disconnecting

Open **Dashboard → Connect**, find the app under connected apps, and choose
**Disconnect**. Access ends immediately, and existing call history stays in your
dashboard.

<Note>
  Prefer to run it locally on a Mac instead of as a web connector? See
  [Claude Desktop](/mcp/claude-desktop).
</Note>


## Related topics

- [Authentication](/authentication.md)
- [Protocol reference](/mcp/server.md)
- [The Lawtte MCP server](/mcp/overview.md)
- [Troubleshooting](/mcp/troubleshooting.md)
- [Claude Desktop (macOS)](/mcp/claude-desktop.md)
