qontoctl
@alexey-pelykh
About qontoctl
CLI and MCP server for the Qonto banking API
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"qontoctl": {
"command": "npx",
"args": [
"-y",
"qontoctl",
"mcp"
],
"env": {
"QONTOCTL_ORGANIZATION_SLUG": "<your-org-slug>",
"QONTOCTL_SECRET_KEY": "<your-secret-key>"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is qontoctl?
qontoctl is a CLI and MCP (Model Context Protocol) server for the Qonto banking API. It lets AI assistants (Claude, etc.) interact with Qonto through natural language, and also works as a standalone command-line tool.
How to use qontoctl?
Install via npm (npm install -g qontoctl), run directly with npx qontoctl, or install via Homebrew. Create a profile with your Qonto API credentials using qontoctl profile add mycompany, then test with qontoctl profile test. Use commands like qontoctl account list. For MCP integration, configure the MCP client (Claude Desktop, Claude Code, Cursor, Windsurf) to run npx qontoctl mcp. To use a non-default config file, set the QONTOCTL_CONFIG_FILE environment variable.
Key features of qontoctl
- Full Qonto banking API via CLI and MCP
- Manage accounts, transactions, and statements
- Handle SEPA beneficiaries and transfers
- Invoicing: clients, invoices, quotes, credit notes
- Invite members and manage organization settings
- Upload and view attachments for transactions
Use cases of qontoctl
- Use an AI assistant to retrieve organization details or list bank accounts.
- Automate SEPA transfer creation and verification.
- Manage client invoices from creation to finalization.
- Handle bulk transfers and recurring transfers via natural language.
- Invite new team members to the Qonto organization.
FAQ from qontoctl
What are the prerequisites for qontoctl?
Node.js >= 24 and a Qonto business account with API access.
How do I set up API credentials?
Use the qontoctl profile add command with your Qonto API credentials, then test with qontoctl profile test.
How do I configure MCP for different clients?
See the MCP Integration section in the README for configuration examples for Claude Desktop, Claude Code, Cursor, and Windsurf.
Can I use a non-default config file for MCP?
Yes, set the QONTOCTL_CONFIG_FILE environment variable in the MCP host's env block to point to the desired config file path.
Does qontoctl work without an AI assistant?
Yes, qontoctl is a fully functional CLI that can be used standalone for all supported operations.
Frequently asked questions
What are the prerequisites for qontoctl?
Node.js >= 24 and a Qonto business account with API access.
How do I set up API credentials?
Use the `qontoctl profile add` command with your Qonto API credentials, then test with `qontoctl profile test`.
How do I configure MCP for different clients?
See the MCP Integration section in the README for configuration examples for Claude Desktop, Claude Code, Cursor, and Windsurf.
Can I use a non-default config file for MCP?
Yes, set the `QONTOCTL_CONFIG_FILE` environment variable in the MCP host's env block to point to the desired config file path.
Does qontoctl work without an AI assistant?
Yes, qontoctl is a fully functional CLI that can be used standalone for all supported operations.
Basic information
More Developer Tools MCP servers

Air Pipe
airpipeBuild, validate, deploy — HTTP APIs, cron jobs, webhooks and MCP tools — from your AI client.
mcp-excalidraw
yctimlinMCP server and Claude Code skill for Excalidraw — programmatic canvas toolkit to create, edit, and export diagrams via AI agents with real-time canvas sync.
MCP Containers
metorialConnect any AI model to 1200+ integrations (MCP, CLI, API)
endoflife.ai
endoflife.aiFree MCP server for software end-of-life intelligence: EOL dates, support status, and the 0-100 EOL Risk Score across 485 tracked products. Agents can check a single version, pull a product's full lifecycle schedule, or

BetterBugs
BetterBugsThe BetterBugs MCP (Model Context Protocol) enables you to load BetterBugs bug reports (via report links) directly to your preferred AI Agents and developer environments with MCP Client capabilities (such as Cursor, VS C
Comments