Qonto Banking
Qonto MCP Server
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
Maintainer
Works with
Installation
Manual Installation
npx qontoConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
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
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.
Pull the Docker image
The recommended deployment method is Docker. Pull the official Qonto MCP server image.
docker pull qonto/qonto-mcp-server:latestConfigure 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.
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 uvRestart 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.
Qonto Banking Alternatives — Similar Finance & Fintech Servers
Looking for alternatives to Qonto Banking? Here are other popular finance & fintech servers you can use with Claude, Cursor, and VS Code.
ValueCell
★ 10.7kValueCell is a community-driven, multi-agent platform for financial applications.
Vibe Trading
★ 8.1k'Vibe-Trading: Your Personal Trading Agent'
Quantdinger
★ 6.2kAI quantitative trading platform for crypto, stocks, and forex with backtesting, live trading, market data, and multi-agent research.vibe-trading ,trading-agents,ai-trader,ai-trading
TradingView
★ 2.8kReal-time crypto & stock screening, advanced technical indicators, Bollinger Bands intelligence, candlestick patterns + native Claude Desktop integration. Multi-exchange (Binance, KuCoin, Bybit+). Open-source AI trading infrastructure.
Financial Datasets
★ 2.1kProvides access to comprehensive financial data including income statements, balance sheets, cash flow statements, stock prices, company news, SEC filings, and cryptocurrency information with built-in financial ratio analysis.
Stripe
★ 1.6kThe Stripe Model Context Protocol server allows you to integrate with Stripe APIs through function calling. This protocol supports various tools to interact with different Stripe services.
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.
Set Up Qonto Banking in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
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.