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

# 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**
* Search for **QUANTI** in the app catalog
* Click **Connect** and authenticate with your QUANTI account via OAuth
  {% 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>
