# MCP Set-up

***

{% hint style="info" %}
**Quanti MCP Server URL**

Use the following URL when configuring any AI assistant:

```
https://ai.quanti.io/mcp
```

{% endhint %}

***

### Set-up by AI LLM

{% stepper %}
{% step %}
**Claude (Anthropic)**

**Claude.ai — Team / Enterprise (organisation)**

> ⚠️ Only **Owners** of the organisation can add a custom connector. Once added, members can activate it individually.

* Log in to [claude.ai](https://claude.ai)
* Go to **Organisation Settings > Connectors**
* Click **Add custom connector**
* Enter a name and the Quanti MCP server URL
* Click **Add** to confirm
* Members can then go to **Settings > Connectors**, find the connector in the list and click **Connect** to authenticate with their Quanti account

**Claude.ai — Free / Pro / Max (personal account)**

* Log in to [claude.ai](https://claude.ai)
* Go to **Settings > Connectors**
* Click **Add custom connector**
* Enter a name and the Quanti MCP server URL
* Click **Add** to confirm
* Authenticate with your Quanti account

> ℹ️ Free accounts are limited to **one custom connector**.

**Claude Desktop (application)**

Edit the Claude configuration file:

* **macOS:** `~/Library/Application Support/Claude/claude_desktop_config.json`
* **Windows:** `%APPDATA%\Claude\claude_desktop_config.json`

Add the following configuration:

```json
{
  "mcpServers": {
    "quanti": {
      "url": "https://ai.quanti.io/mcp"
    }
  }
}
```

Restart Claude Desktop. The MCP icon will appear in the input area.
{% endstep %}

{% step %}
**ChatGPT (OpenAI)**

* Log in to [chatgpt.com](https://chatgpt.com)
* Go to **Settings > Apps**
* Activate the **Developer mode**
* Click **Create App**
* Set the Quanti MCP server URL
  {% endstep %}

{% step %}
**Microsoft Copilot**

* Open [copilot.microsoft.com](https://copilot.microsoft.com)
* Go to **Settings > Plugins > Add plugin**
* Enter the Quanti MCP server URL
* Connect your Quanti account via OAuth
  {% endstep %}

{% step %}
**Le Chat (Mistral)**

* Log in to [chat.mistral.ai](https://chat.mistral.ai)
* Go to **Settings > Connectors > Add connector**
* Add the Quanti server URL
* Validate OAuth authentication
  {% endstep %}
  {% endstepper %}

***

### Troubleshooting

<details>

<summary>Need Help?</summary>

Contact QUANTI support at <support@quanti.io> or consult our comprehensive documentation at <https://docs.quanti.io>

</details>


---

# Agent Instructions: 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.quanti.io/mcp-server/mcp-set-up.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.
