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

# Claude

> Connect KonbiniAPI to Claude and Claude Desktop using the Model Context Protocol.

<Note>
  Anthropic's [remote MCP custom connector
  guide](https://support.claude.com/en/articles/11175166-get-started-with-custom-connectors-using-remote-mcp)
  says remote custom connectors are available on Claude, Cowork, and Claude
  Desktop in beta. Free users are limited to one custom connector.
</Note>

## Claude and Claude Desktop

Anthropic's current custom connector flow supports remote MCP on Claude and
Claude Desktop. KonbiniAPI works through the hosted remote server with OAuth.

<Steps>
  <Step title="Open connectors">
    In Claude, open **Customize** and click the **Connectors** button on the left side bar.
  </Step>

  <Step title="Add a custom connector">
    Click the **+** button, then **Add custom connector**.
  </Step>

  <Step title="Enter the connector name">
    ```text theme={null}
    KonbiniAPI
    ```
  </Step>

  <Step title="Enter the remote MCP URL">
    ```text theme={null}
    https://mcp.konbiniapi.com
    ```
  </Step>

  <Step title="Add the connector">
    Click **Add**.
  </Step>

  <Step title="Authorize">
    Claude will redirect you to KonbiniAPI to log in and grant access. Once the
    OAuth flow completes, the connector is available in Claude and Claude
    Desktop.
  </Step>

  <Step title="Enable it in a conversation">
    Use the **+** menu, then **Connectors**, and enable `konbiniapi` for the
    conversation where you want Claude to use it.
  </Step>
</Steps>

## Team and Enterprise

On Team and Enterprise plans, an owner usually adds the custom connector first
in **Organization settings → Connectors**, then each user connects their own
account from **Customize → Connectors**.

For Claude Code, see [Claude Code](/reference/mcp/setup/claude-code).
