> ## Documentation Index
> Fetch the complete documentation index at: https://docs.qonto.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Notion

> Add Qonto as a Custom Connector in Notion AI

[Notion AI](https://www.notion.so/product/ai) supports custom MCP connectors, so you can query your Qonto data directly from Notion.

<video controls className="w-full" src="https://qonto-assets.s3.eu-central-1.amazonaws.com/api-doc/qonto-mcp-notion.mp4" />

<Info>
  Adding a custom connector requires a workspace **owner** on a plan that includes Notion AI.
</Info>

## Setup

<Steps>
  <Step title="Open Notion connectors">
    In Notion, open **Settings** → **Connections** → **Notion AI connectors** (or **Add connection** → **Custom**).
  </Step>

  <Step title="Add the Qonto connector">
    Choose **Add custom connector** and paste the Qonto MCP server URL:

    ```
    https://mcp.qonto.com/mcp
    ```

    Name the connector **Qonto** and save.
  </Step>

  <Step title="Authorize Qonto">
    Notion opens the Qonto OAuth window. Sign in, pick the organization to connect, and consent. The connector then shows as **Connected**.
  </Step>

  <Step title="Use it in chat">
    Open Notion AI, enable the **Qonto** connector, then ask:

    > Summarize the last 30 days of transactions on my main account.

    Notion routes the call through `list_transactions` and replies.
  </Step>
</Steps>

## Notes

* The connector is scoped to your workspace, each member authenticates against their own Qonto account.
* Each member owns their own OAuth token, adding the connector does not give the workspace owner access to other members' Qonto data.

## Removing the connector

In **Settings** → **Connections**, open the Qonto entry and **Remove**. To also revoke Qonto's side of the consent, do it from the **connected apps** section of your Qonto account.
