Qonto Banking

v1.0.0Finance & Fintechstable

Qonto MCP Server

bankingfinancegenaillmmcp
Share:
30
Stars
0
Downloads
0
Weekly
0/5

What is Qonto Banking?

Qonto Banking is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to qonto mcp server

Qonto MCP Server

This server falls under the Finance & Fintech category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • Qonto MCP Server

Use Cases

Access banking data
Manage finances
Retrieve transactions
qonto

Maintainer

LicenseMIT
Languagepython
Versionv1.0.0
UpdatedMay 20, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx qonto

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Qonto Banking

The Qonto MCP server connects AI assistants like Claude directly to the Qonto business banking API, enabling natural-language access to organization information, bank accounts, balances, and transaction history. Built for finance teams and developers at companies that use Qonto as their primary business bank, it lets users query financial data, analyze spending patterns, and retrieve transaction details through conversational prompts rather than manually navigating the Qonto web interface. The server supports both stdio and streamable-HTTP transports and can be deployed via Docker or run locally.

Prerequisites

  • A Qonto business banking account with API access enabled
  • A Qonto API key and Organization ID from your Qonto account settings at /settings/integrations
  • Docker installed (for the recommended Docker deployment) or Python with uv for local setup
  • An MCP-compatible client such as Claude Desktop
1

Obtain your Qonto API credentials

Log in to your Qonto account and navigate to Settings > Integrations to generate an API key. Copy both the API key and your Organization ID — you will need both to configure the server.

2

Pull the Docker image

The recommended deployment method is Docker. Pull the official Qonto MCP server image.

docker pull qonto/qonto-mcp-server:latest
3

Configure Claude Desktop to use the Docker container

Add the server to your Claude Desktop configuration, passing your Qonto credentials as environment variables. The Docker command runs the container in stdio mode for MCP communication.

4

Alternative: local installation with uv

If you prefer a local installation without Docker, clone the repository and install uv, then point your MCP config to the local path using the uv run command.

git clone https://github.com/qonto/qonto-mcp-server.git
cd qonto-mcp-server
pip install uv
5

Restart Claude Desktop and verify connection

Restart Claude Desktop after saving the configuration. Ask Claude to list your Qonto accounts to verify the connection is working.

Qonto Banking Examples

Client configuration

Add this to your Claude Desktop config file at ~/Library/Application Support/Claude/claude_desktop_config.json (macOS). Replace placeholder values with your actual Qonto credentials.

{
  "mcpServers": {
    "qonto": {
      "command": "docker",
      "args": [
        "run", "--rm", "-i",
        "-e", "QONTO_API_KEY=your-qonto-api-key",
        "-e", "QONTO_ORGANIZATION_ID=your-organization-id",
        "qonto/qonto-mcp-server:latest"
      ]
    }
  }
}

Prompts to try

Once connected, use these prompts to interact with your Qonto banking data through Claude.

- "Show me my Qonto organization details and all connected bank accounts"
- "What is the current balance across all my Qonto accounts?"
- "List all transactions from last month and categorize them by amount"
- "Show me the 10 largest transactions in the past 90 days"
- "What were my total expenses for Q1 compared to Q4 last year?"

Troubleshooting Qonto Banking

Authentication fails with 401 errors from the Qonto API

Double-check that QONTO_API_KEY and QONTO_ORGANIZATION_ID are both set correctly. The Organization ID is different from your company name — find it in Qonto at Settings > Integrations alongside your API key. Ensure the API key has not expired.

Docker container exits immediately when started by Claude Desktop

Test the container manually in your terminal first: docker run --rm -e QONTO_API_KEY=yourkey -e QONTO_ORGANIZATION_ID=yourid qonto/qonto-mcp-server:latest. Check for error messages. Ensure Docker Desktop is running and the image was pulled successfully.

QONTO_THIRDPARTY_HOST environment variable — when should it be set?

The QONTO_THIRDPARTY_HOST defaults to https://thirdparty.qonto.com and does not need to be changed for standard Qonto accounts. Only set it if Qonto support has provided you with a custom API endpoint for your account tier.

Frequently Asked Questions about Qonto Banking

What is Qonto Banking?

Qonto Banking is a Model Context Protocol (MCP) server that qonto mcp server It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Qonto Banking?

Follow the installation instructions on the Qonto Banking GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Qonto Banking?

Qonto Banking works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Qonto Banking free to use?

Yes, Qonto Banking is open source and available under the MIT license. You can use it freely in both personal and commercial projects.

Browse More Finance & Fintech MCP Servers

Explore all finance & fintech servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "qonto": { "command": "npx", "args": ["-y", "qonto"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Qonto Banking?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides