Skip to main content
Cursor supports remote MCP servers natively. Installing Qonto is one click.

Setup

1

Open the deeplink

Click the link below (or paste it in your browser). Cursor will open and prompt you to install the qonto MCP server.
cursor://anysphere.cursor-deeplink/mcp/install?name=qonto&config=eyJ1cmwiOiJodHRwczovL21jcC5xb250by5jb20vbWNwIn0=
The config parameter is a base64-encoded copy of {"url":"https://mcp.qonto.com/mcp"}.
2

Confirm the install

Cursor shows a confirmation dialog with the server URL. Click Install.
3

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

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.

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:
{
  "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.