Qonto
Interact with the Qonto Business API to manage finances, transactions, and account information using API credentials.
Qonto-MCP-Server
MCP Server for the Qonto API.
Supported API Methods
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:
👉 Endpoints accessible with an API key
Installation
Using uv (recommended)
When using uv no specific installation is needed. We will
use uvx to directly run qonto-mcp-server.
Using PIP
Alternatively you can install qonto-mcp-server via pip:
pip install qonto-mcp-server
Configuration
Usage with Claude Desktop
Add this to your claude_desktop_config.json:
- Note: For details on how to obtain
API_LOGINandAPI_SECRET_KEYvalues, see the Qonto API key docs.
Using uvx
"mcpServers": {
"qonto-mcp-server": {
"command": "uvx",
"args": ["qonto-mcp-server", "--api-key", "API_LOGIN:API_SECRET_KEY"]
}
}
Using pip installation
"mcpServers": {
"qonto-mcp-server": {
"command": "python",
"args": ["-m", "qonto-mcp-server", "--api-key", "API_LOGIN:API_SECRET_KEY"]
}
}
Verwandte Server
Marketing Automation MCP Server
Automates marketing operations with AI-powered optimization, real-time analytics, and multi-platform integration.
zotero-mcp
Read+write MCP server for Zotero with full write support — create items, manage collections, find and merge duplicates, import BibTeX
Anki MCP
A MCP server that enables AI assistants to interact with Anki, the spaced repetition flashcard application.
Knit MCP
Connect with 10,000+ tools across HRIS, ATS, CRM, Accounting, Calendar, Meeting, Ticketing, and more categories.
Automatisch MCP Server
Connect AI assistants to Automatisch for workflow automation.
Hyperspell
A spellchecker and grammar checker for developers, requiring a Hyperspell token for authentication.
Zapier
Connect your AI Agents to 8,000 apps instantly.
MeshSeeks
A multi-agent mesh network designed for completing AI tasks in parallel.
Goodday
A read-only server for the Goodday project management platform.
Odoo-MCP
Integrate with Odoo ERP systems to manage business data and operations. Requires external configuration for connection parameters.