Qontoctl MCP Server

CLI and MCP server for the Qonto banking API. This project is brought to you by Alexey Pelykh. It runs locally over stdio via the published package.

People connecting finance tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-07-30 · ★ 4 · #87 OF 283 MAINTAINED FINANCE · VERIFIED 2026-08-25

AGPL-3.0 · TypeScript servers · how we verify → /methodology

01 · Install Qontoctl

before you install - you'll need

Set QONTOCTL_CONFIG_FILE before connecting.

Claude Code

claude mcp add alexey-pelykh-qontoctl -- npx -y qontoctl

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "alexey-pelykh-qontoctl": {
      "command": "npx",
      "args": [
        "-y",
        "qontoctl"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license AGPL-3.0 - declared in the repository

npm package qontoctl - unscoped; check the name against the project README before installing

registry namespace io.github.alexey-pelykh is GitHub-verified and matches the repo owner

03 · What Qontoctl can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v3.0.1 · 2026-07-15

Fixed · @qontoctl/core: card list / card show no longer fail for the entire account when Qonto returns a card_type, card_level, or status value outside the previously-hardcoded enum sets. These three CardSchema fields…

v3.0.0 · 2026-06-16

Coordinated bump across all four packages - @qontoctl/core, @qontoctl/cli, @qontoctl/mcp, and qontoctl (umbrella). This is a MAJOR release driven by one BREAKING change (see § Changed): the published @qontoctl/mcp…

v2.0.5 · 2026-05-22

Added · @qontoctl/core: new packages/core/src/quotes/ service-layer module - sendQuote(client, id, payload): Promise<void> issues POST /v2/quotes/{id}/send with the JSON-serialised payload as the request body.…

04 · Who maintains Qontoctl

qontoctl is maintained by alexey-pelykh. We track 3 MCP servers from alexey-pelykh - 3 actively maintained, 6 combined GitHub stars, oldest repo from Feb 2026. Full record: all servers from alexey-pelykh.

  1. linkedctl CLI and MCP server for the LinkedIn API ★ 2

05 · Facts

category
finance - ranked #87 of 283 actively-maintained finance servers as of 2026-08-25.
release cadence
2 releases in the last 90 days (latest 2026-07-15)
registry
io.github.alexey-pelykh/qontoctl (active, first published 2026-02-28 · 10 versions)
packages
npm:qontoctl

06 · Qontoctl FAQ

What is Qontoctl?

CLI and MCP server for the Qonto banking API. This project is brought to you by Alexey Pelykh. It runs locally over stdio via the published package.

Is Qontoctl still maintained?

Yes - as of 2026-08-25, its last commit was 2026-07-30 and it shipped 2 releases in the last 90 days. We re-verify nightly.

How do I install Qontoctl?

Run `npx -y qontoctl`. The README documents one environment variable (QONTOCTL_CONFIG_FILE) to set first. Set QONTOCTL_CONFIG_FILE before connecting. You can also paste the ready-made client config above.

Does Qontoctl run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Qontoctl