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

# Pipedream

> Use KonbiniAPI's hosted MCP server from Pipedream workflows and app integrations.

Pipedream supports MCP heavily for developer-facing automation and app
integration workflows. If you want to orchestrate KonbiniAPI together with other
tools or user-authenticated app actions, Pipedream is a strong fit.

<Steps>
  <Step title="Use KonbiniAPI as a remote MCP server">
    Configure your MCP-aware Pipedream app or workflow to connect to:

    ```text theme={null}
    https://mcp.konbiniapi.com
    ```
  </Step>

  <Step title="Authenticate">
    Use either:

    * KonbiniAPI OAuth, if your Pipedream MCP flow supports browser auth
    * A KonbiniAPI API key as bearer auth, if you want a simpler static setup
  </Step>

  <Step title="Call KonbiniAPI tools">
    Load the tool list from the server, then call the typed tool you need, such
    as `instagram_get_user` or `tiktok_get_video_comments`.
  </Step>
</Steps>

## Best fit

Pipedream makes the most sense when:

* you are building a customer-facing workflow or AI product
* you need KonbiniAPI together with many other app integrations
* you want remote MCP without local infrastructure

Official sources:

* [Pipedream MCP overview](https://pipedream.com/docs/connect/mcp)
* [Pipedream developer MCP docs](https://pipedream.com/docs/connect/mcp/developers)
