> For the complete documentation index, see [llms.txt](https://docs.hackle.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hackle.io/en/ai/model-context-protocol/claude/claude-ai-web.md).

# Claude Web & Desktop Integration

This explains how to integrate Hackle MCP through a custom connector on [claude.ai](https://claude.ai).

{% stepper %}
{% step %}

### Open the connectors page

Log in to [claude.ai](https://claude.ai).

In the left sidebar, click `Settings > Connectors`.

<figure><img src="/files/GkB2Wgsic65hoUZm4ifw" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Add a custom connector

Click the `+` button in the top-right corner of the connectors page and select `Add custom connector`. [Go there](https://claude.ai/customize/connectors?modal=add-custom-connector)

Enter the following in the dialog that appears and click `Add`.

```
Name: Hackle
Remote MCP server URL: https://mcp.hackle.io/mcp
```

<figure><img src="/files/ylwL94kcJYiN8Xy5KMSe" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Enter your Hackle API key

After adding the URL, click the connect button to open the authentication screen.

Paste your Hackle API key into the **API key field** and proceed.

<figure><img src="/files/FVqadU1S0BLMslh46Snw" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### (Optional) Check tool permissions

After connecting, click the Hackle connector on the connectors page to see the list of exposed tools and their permissions.

If needed, you can adjust it to allow only some of the tools.

<figure><img src="/files/0ljQufLr7BY4hIugGSkZ" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Verify the connection

Try entering the following message in a new conversation.

```
Tell me the available Hackle tools
```

If the response includes tool names such as `experiment-list` and `in-app-message-list`, the connection is successful.
{% endstep %}
{% endstepper %}


---

# 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.hackle.io/en/ai/model-context-protocol/claude/claude-ai-web.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.
