Overview
Qonto Local MCP Server provides a plug-in MCP server that lets AI models read Qonto data and perform operations via the MCP protocol. It exposes tools to fetch organization info, manage accounts and balances, retrieve and analyze transaction history, and access business-related financial data. It can be run via Docker or installed locally, integrating with Claude Desktop by configuring an MCP server in claude_desktop_config.json. The Docker option runs the server container with environment variables QONTO_API_KEY, QONTO_ORGANIZATION_ID, and QONTO_THIRDPARTY_HOST, and the example shows passing the API key and organization id, enabling secure access to Qonto data through the third-party host. The local option uses uv to run the mcp command, with the path to the server script and supports transport options stdio or streamable-http. Environment variables needed: QONTO_API_KEY, QONTO_ORGANIZATION_ID, QONTO_THIRDPARTY_HOST; optional: PYTHONPATH. The server supports tools for Organization Info, Account Management, Transaction History, and Business Operations. The Security Notice warns about MCP risks and recommends trusted servers.
Features
Organization Info
Get details about your Qonto organization
Account Management
Access account information and balances
Transaction History
Retrieve and analyze transaction data
Business Operations
Access business-related financial data




