> For the complete documentation index, see [llms.txt](https://developers.make.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.make.com/mcp-server/connect-using-oauth/usage-with-mistral-ai.md).

# Usage with Mistral AI

This guide outlines how to connect Make MCP server to Mistral AI's Le Chat using OAuth.

### Prerequisites&#x20;

* Mistral AI account

### Connect to Mistral AI

To connect Make MCP server to Mistral AI:

1. Open Mistral AI and go to Le Chat.&#x20;
2. Click **Intelligence** in the left sidebar and select **Connectors**.&#x20;
3. Click **Add Connector** on the right side.&#x20;
4. Go to the **Custom MCP Connector** tab.&#x20;
5. In **Connector Name**, name your MCP server to identify it later, for example, "Make."
6. In **Connector Server**, add the following URL:

```
https://mcp.make.com
```

{% hint style="success" %}
If you experience connection issues, you can add `/stateless` or `/stream` to the end of your connection URL. For SSE, add `/sse` instead.
{% endhint %}

7. In **Authentication Method**, select **OAuth2.1** from the dropdown.&#x20;
8. Click **Connect**.&#x20;
9. In the OAuth consent screen, select the organization in **Organization** and its granted scopes.
10. Click **Allow** to proceed.

You've now connected Make MCP server to Mistral AI.&#x20;

To use it in a chat, click your Make MCP server in the **Connectors** section, then click **New Chat**.&#x20;


---

# 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://developers.make.com/mcp-server/connect-using-oauth/usage-with-mistral-ai.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.
