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

# Cline

> Connect KonbiniAPI to Cline using the hosted remote MCP server.

Cline supports remote MCP servers directly, including hosted HTTP servers with
OAuth.

<Steps>
  <Step title="Open MCP servers">
    In VS Code, open the **Cline** panel, click the **MCP Servers** button, and
    choose **Remote Servers**.
  </Step>

  <Step title="Add the hosted server">
    Enter the following values:

    | Field          | Value                        |
    | -------------- | ---------------------------- |
    | Name           | `konbiniapi`                 |
    | Transport Type | `Streamable HTTP`            |
    | URL            | `https://mcp.konbiniapi.com` |
  </Step>

  <Step title="Authorize">
    Save the server, then trigger it from Cline. The browser-based OAuth flow
    will open so you can link your KonbiniAPI account.
  </Step>
</Steps>
