> For the complete documentation index, see [llms.txt](https://docs.alkemi.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.alkemi.ai/documentation/getting-started/connect-alkemi-to-claude.md).

# Connect Alkemi to Claude

Use our remote MCP server URL when adding the Alkemi connector to Claude `https://api.alkemi.ai/mcp`

For Clients that support OAuth, simply input this URL in the connection details and authorize the connection through the chat client.

If you only want to connect to your Data Product, Alkemi automatically includes a unique remote MCP Server for each Data Product. This allows AI agents to securely query your data product when you authorize them to do so. You can find a Data Product's MCP Server URL in the Data Product's info.

{% hint style="info" %}
The first time you use an Alkemi tool in Claude you will need to Allow Claude to use it
{% endhint %}

<div align="center"><figure><img src="/files/O37oCqEHmmc0qJPgFbi0" alt=""><figcaption><p>Before Claude uses an Alkemi tool it will ask you to allow it</p></figcaption></figure></div>

## How to Add Alkemi to Claude:

{% stepper %}
{% step %}

### Add a new custom connector in Claude

In your Claude account, click **Customize** in the side nav. Click **Connectors** then **+** and select **Add Custom Connector**
{% endstep %}

{% step %}

### Add the Alkemi MCP Server

Input Alkemi into the Name field and input the following URL into the Remote MCP Server URL field `https://api.alkemi.ai/mcp` . Click **Add**.
{% endstep %}

{% step %}

### Connect

Click **Connect** to securely connect to the Alkemi MCP server via OAuth.
{% endstep %}

{% step %}

### Begin using Alkemi in Claude

Create a new chat and try a few queries or skills. You can use the `load_skill` tool to call any skill avaiable in Alkemi. You can also ask Claude which tools you have available. Here's a few example prompts to try in Claude:

> Load the the amazon best seller snapshot skill from Alkemi and run it on the gardening tools category

> Whats the price history on ASIN B0BZYF1C1V?
> {% endstep %}
> {% endstepper %}

## Get a full overview of using Alkemi in Claude:

{% @arcade/embed flowId="FFMsQrr6S2avkL5jVe6w" url="<https://app.arcade.software/share/FFMsQrr6S2avkL5jVe6w>" %}


---

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

```
GET https://docs.alkemi.ai/documentation/getting-started/connect-alkemi-to-claude.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
