> For the complete documentation index, see [llms.txt](https://docs.ingestlabs.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ingestlabs.com/mcp/using-ingest-labs-claude-plugin.md).

# Using Ingest Labs Claude Plugin

Add the **Ingest Labs** plugin in Claude Code to use Ingest Labs MCP with your production Ingest Labs account.

You can add the plugin from the **Claude Code UI** or from a **terminal**. Use either path.

### Prerequisites

1. Claude Code is installed.
2. You have an Ingest Labs account that can sign in to [console.ingestlabs.com](https://console.ingestlabs.com).

### Option A: Claude UI

#### Step 1: Open Plugins settings

Open **Settings**, go to **Plugins** and click **Add marketplace**.

<figure><img src="https://2731380315-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FaDMDmegqZUJFhJhF4JQG%2Fuploads%2F7gpuL37O2G2sFlt9ho36%2Fimage.png?alt=media&amp;token=684d21e6-229b-46da-b09a-b54d328568d5" alt="" width="375"><figcaption></figcaption></figure>

Choose **Add from a repository**.

<figure><img src="https://2731380315-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FaDMDmegqZUJFhJhF4JQG%2Fuploads%2FvWSdNqep714Sx4vugrOX%2Fimage.png?alt=media&amp;token=9aad2402-4cdb-4290-b678-d73b04d67656" alt="" width="375"><figcaption></figcaption></figure>

**Enter the repository and hit on "Enter" key**

```
ingestlabs/ingest-labs-mcp-plugin
```

<figure><img src="https://2731380315-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FaDMDmegqZUJFhJhF4JQG%2Fuploads%2FCxP9zTmPZl2e2bTPaUJb%2Fimage.png?alt=media&amp;token=a28d9331-a3e4-4790-92e2-3f93549dca59" alt="" width="375"><figcaption></figcaption></figure>

Confirm by clicking on **Sync button**

<figure><img src="https://2731380315-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FaDMDmegqZUJFhJhF4JQG%2Fuploads%2F3kHBG0oL2Y1UGC4zkdF7%2Fimage.png?alt=media&amp;token=e7c10074-9e3c-4ee7-bec3-576da1a4f354" alt="" width="375"><figcaption></figcaption></figure>

Click on **+ button to install the plugin**

<figure><img src="https://2731380315-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FaDMDmegqZUJFhJhF4JQG%2Fuploads%2F9bm3WqA0HiIey2Xq5QCE%2Fimage.png?alt=media&amp;token=e23868e2-464b-4eec-ab1d-b85655fb66f1" alt="" width="375"><figcaption></figcaption></figure>

Click on **Settings button**

<figure><img src="https://2731380315-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FaDMDmegqZUJFhJhF4JQG%2Fuploads%2FkJEi9vNO5N9TqzY50M4J%2Fimage.png?alt=media&amp;token=3cd7e51c-000c-403d-ad1b-a273493a15a7" alt="" width="375"><figcaption></figcaption></figure>

Click on **Ingest Labs plugin**

<figure><img src="https://2731380315-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FaDMDmegqZUJFhJhF4JQG%2Fuploads%2F2KJ4m94niFWcFCyVumKv%2Fimage.png?alt=media&amp;token=560d930b-1841-49b3-9172-c3a36ea064bc" alt="" width="375"><figcaption></figcaption></figure>

Click on **Connectors tab** and click on **Install button**

<figure><img src="https://2731380315-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FaDMDmegqZUJFhJhF4JQG%2Fuploads%2FRhZXeGnMDFxutoagvFm9%2Fimage.png?alt=media&amp;token=3b67797f-97bf-4a61-b603-30552dd1bdaf" alt="" width="375"><figcaption></figcaption></figure>

Click on **Connect button**

<figure><img src="https://2731380315-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FaDMDmegqZUJFhJhF4JQG%2Fuploads%2FKOyWEBs9l5DYtVlRDv5B%2Fimage.png?alt=media&amp;token=7e95743e-f0b1-411b-8cea-74199e2cb2d7" alt="" width="375"><figcaption></figcaption></figure>

#### Sign in

1. When Claude prompts for authentication, open the browser login.
2. Sign in with the same account you use on [console.ingestlabs.com](https://console.ingestlabs.com).
3. Return to Claude Code and wait for authentication to finish.

**Step result:** The Ingest Labs plugin is installed and connected for your signed-in account.

### Option B: Terminal

#### Step 1: Add the Ingest Labs marketplace

In a terminal, run:

```bash
claude plugin marketplace add ingestlabs/ingest-labs-mcp-plugin
```

#### Step 2: Install the plugin

```bash
claude plugin install ingestlabs@ingestlabs
```

#### Step 3: Restart and enable

1. Restart Claude Code, or run `/reload-plugins` inside Claude Code.
2. Enable the Ingest Labs plugin if Claude prompts you to enable it.

#### Step 4: Sign in

1. When Claude prompts for authentication, open the browser login.
2. Sign in with the same account you use on [console.ingestlabs.com](https://console.ingestlabs.com).
3. Return to Claude Code and wait for authentication to finish.

**Step result:** The Ingest Labs plugin is installed and connected for your signed-in account.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.ingestlabs.com/mcp/using-ingest-labs-claude-plugin.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
