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

# Setup & Connection

Connecting takes a few minutes. You mint an API key, connect your AI client to the Dapta MCP, and run a quick check. The path differs slightly by client: **Claude Desktop and Cowork** install a single plugin with the skills already baked in, while **Claude Code** runs one command and then installs the skills bundle.

***

## Prerequisites

* A **Dapta account** with access to a workspace.
* **Workspace-owner access** to mint an API key. If you are not an owner, ask your workspace owner for a key.
* The AI client you want to use: **Claude Desktop**, **Claude Cowork**, or **Claude Code**.

***

## The steps

**Step 1:** Mint your API key from the admin panel.

{% content-ref url="/pages/rZHgP7MaYxEYKZWNWWUE" %}
[Mint your API key](/dapta-mcp/setup/mint-your-api-key.md)
{% endcontent-ref %}

***

**Step 2:** Connect your client. Pick the page that matches the client you use.

{% content-ref url="/pages/uxhzDt61bupWigkPOgcr" %}
[Connect Claude Desktop & Cowork](/dapta-mcp/setup/connect-claude-desktop.md)
{% endcontent-ref %}

{% content-ref url="/pages/pmcoaynYJzpHBNoneJc1" %}
[Connect Claude Code](/dapta-mcp/setup/connect-claude-code.md)
{% endcontent-ref %}

***

**Step 3 (Claude Code only):** Install the skills bundle so Claude knows how to use the tools. Claude Desktop and Cowork can skip this, the skills come bundled in the plugin.

{% content-ref url="/pages/kL1MYg3Wr5gQLItnoq0w" %}
[Install skills (Claude Code)](/dapta-mcp/setup/install-skills-bundle.md)
{% endcontent-ref %}

***

**Step 4:** Verify your connection with a simple prompt.

{% content-ref url="/pages/OD9WDmDwZ4XnWpq0R1gZ" %}
[Verify your connection](/dapta-mcp/setup/verify.md)
{% endcontent-ref %}


---

# 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.dapta.ai/dapta-mcp/setup.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.
