> 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/ai/model-context-protocol/claude/claude-ai-web.md).

# Claude 웹 & 데스크탑 연동

[claude.ai](https://claude.ai) 에서 커스텀 커넥터를 통한 Hackle MCP 연동을 설명합니다.

{% stepper %}
{% step %}

### 커넥터 페이지 열기

[claude.ai](https://claude.ai) 에 로그인합니다.

좌측 사이드바에서 `사용자 지정 > 커넥터` 를 클릭합니다.

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

{% step %}

### 커스텀 커넥터 추가

커넥터 페이지 우측 상단의 `+` 버튼을 클릭하고 `커스텀 커넥터 추가` 를 선택합니다. [바로가기](https://claude.ai/customize/connectors?modal=add-custom-connector)

표시되는 다이얼로그에 아래 내용을 입력하고 `추가` 를 누릅니다.

```
이름: Hackle
원격 MCP 서버 URL: https://mcp.hackle.io/mcp
```

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

{% step %}

### Hackle API 키 입력

URL 추가 후 연결 버튼을 클릭하면 인증 화면이 열립니다.

**API 키 입력란**에 Hackle API 키를 붙여넣고 진행합니다.

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

{% step %}

### (선택) 도구 권한 확인

연결 후 커넥터 페이지에서 Hackle 커넥터를 클릭하면 노출되는 도구 목록과 권한을 볼 수 있습니다.

필요 시 일부 도구만 허용하도록 조정할 수 있습니다.

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

{% step %}

### 연결 확인

새 대화에서 아래 메시지를 입력해보세요.

```
사용 가능한 Hackle 도구를 알려줘
```

응답에 `experiment-list`, `in-app-message-list` 같은 도구 이름이 포함되면 연결 성공입니다.
{% 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/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.
