Qonto MCP Server

This MCP server supports all endpoints of Qonto's Business API that are accessible via API key authentication. For a comprehensive list of these

Local serverstdioPython

What is the Qonto MCP server?

Qonto mcp server lets Claude, Cursor and other MCP clients work with Qonto directly. This MCP server supports all endpoints of Qonto's Business API that are accessible via API key authentication. For a comprehensive list of these endpoints, please refer to the official Qonto documentation:.

What Qonto does

This MCP server supports all endpoints of Qonto's Business API that are accessible via API key authentication. For a comprehensive list of these endpoints, please refer to the official Qonto documentation:

Tools it exposes

Once connected, the assistant can call this tool directly:

Installing the qonto mcp server

The server is distributed via PyPI as qonto-mcp-server, so most clients can run it without a manual build step. Add it to your MCP client's configuration and restart the client to pick it up — the copy-paste configs for Claude Desktop, Claude Code and Cursor are on this page.

Configuration

Before the server will start you need to supply one environment variable: API_SECRET_KEY. Keep credentials in your client's env block or a secrets manager rather than committing them.

Where it fits

Productivity servers pay off through capture: the tasks and notes that never get filed are the ones where opening the app is more friction than the thought is worth. Qonto sits in that group, and the shape of its toolset — Note — tells you what it is really for. Worth comparing against the other productivity servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.

Practical notes

  • This server runs locally, so it operates with whatever access your machine and its credentials already have. Scope that deliberately rather than by default.
  • It will not start until its required credentials are present, so set those before wondering why the tools never appear.
  • Maintained by j-about, written in Python.
  • MCP clients ask for confirmation before each tool call by default. Keep that on while you learn what the qonto mcp server actually does with your data.
  • Every entry in this directory is reviewed by hand before it goes live, and details are checked against the project's own documentation.

Available tools

ToolWhat it does
NoteFor details on how to obtain API_LOGIN and API_SECRET_KEY values, see the [Qonto API key docs](https://docs.qonto.com/api-reference/business-api/authentication/api-key).

How to install the Qonto MCP server

#### Using pip installation

```json
"mcpServers": {
  "qonto-mcp-server": {
    "command": "python",
    "args": ["-m", "qonto-mcp-server", "--api-key", "API_LOGIN:API_SECRET_KEY"]
  }
}

Configuration as documented by the project. Restart the client after saving.

Configuration

VariableDescriptionRequired
API_SECRET_KEYCredential the server authenticates with.Yes

Example prompts to try

  • Use Qonto to Note.

Frequently asked questions

It connects Qonto to MCP-compatible AI assistants such as Claude and Cursor, exposing 1 tool (Note) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Qonto directly.