> ## 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.

# Cursor

> Add Qonto to Cursor with a one-click deeplink

[Cursor](https://cursor.com) supports remote MCP servers natively. Installing Qonto is one click.

## Setup

<Steps>
  <Step title="Add to Cursor">
    Click the button below. Cursor will open and prompt you to install the **qonto** MCP server.

    <a href="cursor://anysphere.cursor-deeplink/mcp/install?name=qonto&config=eyJ1cmwiOiJodHRwczovL21jcC5xb250by5jb20vbWNwIn0=" style={{ display: "inline-flex", alignItems: "center", gap: "8px", padding: "10px 20px", borderRadius: "8px", background: "#0E0E0E", color: "#FFFFFF", fontWeight: 600, fontSize: "15px", textDecoration: "none" }}>
      Add to Cursor
    </a>
  </Step>

  <Step title="Confirm the install">
    Cursor shows a confirmation dialog with the server URL. Click **Install**.
  </Step>

  <Step title="Authenticate on first use">
    The first time Cursor calls a Qonto tool, it opens an OAuth window. Sign in to Qonto, pick the organization to connect, and consent to the requested scopes. Cursor stores the token locally.
  </Step>

  <Step title="Verify">
    In Cursor chat, ask:

    > How much money came in this month?

    Cursor surfaces the `list_transactions` tool, asks for permission, and replies with the answer.
  </Step>
</Steps>

## Manual setup (alternative)

If the deeplink does not work for you, add the server by hand:

1. Open **Cursor Settings → Features → MCP**.
2. Click **+ Add new MCP server**.
3. Fill in:
   * **Name**: `qonto`
   * **Type**: `http`
   * **URL**: `https://mcp.qonto.com/mcp`
4. Save. Cursor will prompt for OAuth on first use.

Equivalent JSON in `~/.cursor/mcp.json`:

```json theme={null}
{
  "mcpServers": {
    "qonto": {
      "type": "http",
      "url": "https://mcp.qonto.com/mcp"
    }
  }
}
```

## Removing the server

Open **Cursor Settings → Features → MCP**, find **qonto**, and click **Delete**. To also revoke Qonto's side of the consent, do it from the **connected apps** section of your Qonto account.
