> For the complete documentation index, see [llms.txt](https://doc.cards-microlearning.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.cards-microlearning.com/english/ai-agents-and-mcp/claude.md).

# Claude

### Add the connector

To add MCP Cards to Claude, go to "Customize" then "Connectors". Use the "+" icon, then click on "Add a custom connector":

<figure><img src="/files/KM83AmQVQDISxlpiiHON" alt=""><figcaption><p>Adding a custom connector in Claude</p></figcaption></figure>

A window will appear, allowing you to enter the MCP information:

* Name: Cards
* Connector Server: `https://api.cards-microlearning.com/mcp/cards`

Click "Add" to confirm.

<figure><img src="/files/Bvy5AvT37wBELPAQtXtS" alt=""><figcaption><p>Cards added as a connector</p></figcaption></figure>

Cards is then added to your connectors; you can click on "Connect," and you will be redirected to the Cards OAuth login page:

<figure><img src="/files/R2ucJu7EyN4wjqZlQ8TD" alt=""><figcaption><p>OAuth login screen</p></figcaption></figure>

Enter your email address and password, and confirm. A second screen will display your Cards spaces.

<figure><img src="/files/V363bXngtU41RAVNGWZM" alt=""><figcaption><p>Select the space</p></figcaption></figure>

Select the one for which you want to activate the connection, and confirm. You will then be redirected to Claude (and/or the Claude desktop application).

<figure><img src="/files/wLn7oma23zZgxjWVqz3S" alt=""><figcaption><p>Connector display in Claude</p></figcaption></figure>

### Usage

In your Claude chat, you should now see the connector (enabled by default):

<figure><img src="/files/sWcNpW7grBorDBK0MbhF" alt=""><figcaption><p>Cards MCP in Claude</p></figcaption></figure>

You can now ask Claude to interact with your Cards account.


---

# 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://doc.cards-microlearning.com/english/ai-agents-and-mcp/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.
