> 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.md).

# Claude 연동

클로드 커스텀 커넥터 기능을 이용하면 핵클 MCP와 쉽게 연동할 수 있습니다.

### 클라이언트의 커스텀 커넥터 사용 조건

커스텀 커넥터의 경우 Claude 플랜(요금제) 별 사용 제약이 있습니다.

{% hint style="warning" %}
Claude 정책에 따라 커스텀 커넥터 사용 조건이 변경될 수 있습니다.
{% endhint %}

<table><thead><tr><th width="216.12890625">Claude 플랜</th><th>조건</th></tr></thead><tbody><tr><td>무료 플랜</td><td>커스텀 커넥터를 <strong>1개까지</strong> 추가할 수 있습니다.</td></tr><tr><td>유료 플랜</td><td>제한 없이 추가할 수 있습니다.</td></tr><tr><td>Team / Enterprise</td><td><p>워크스페이스 관리자가 커스텀 커넥터 추가를 막아두면 <code>커스텀 커넥터 추가</code> <strong>메뉴 가 표시되지 않습니다.</strong></p><p>이 경우 워크스페이스 관리자에게 문의해주세요.</p></td></tr></tbody></table>

### 연동하기

{% columns %}
{% column %}
{% content-ref url="/pages/2jPEBlZl631L2jqc4lk0" %}
[Claude 웹 & 데스크탑 연동](/ai/model-context-protocol/claude/claude-ai-web.md)
{% endcontent-ref %}
{% endcolumn %}

{% column %}
{% content-ref url="/pages/Uy5gaumePO8bEEEISfNA" %}
[Claude Code 연동](/ai/model-context-protocol/claude/claude-code.md)
{% endcontent-ref %}
{% endcolumn %}
{% endcolumns %}


---

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