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"]
}
}
Servidores relacionados
roampal-core
Persistent memory for Claude Code with outcome-based learning. Tracks what helped vs failed, auto-injects context via hooks.
AppleScript MCP
Execute AppleScript to gain full control of your Mac.
Linear MCP Server
Interact with the Linear API to manage issues, projects, and teams programmatically.
n8n MCP Server
An MCP server for interacting with n8n workflows via natural language.
Changerawr MCP Server
Manage changelogs, projects, and content on Changerawr using natural language with AI assistants.
ClickUp
Interact with ClickUp's task management API to manage projects and tasks through natural language.
URL Shortener (x.gd)
Creates shortened URLs using the x.gd service.
Jira Thing
An example MCP server for interacting with Jira, deployable on Cloudflare Workers.
GistPad MCP
Manage and share personal knowledge, daily notes, and reusable prompts using GitHub Gists.
Portfolio Tracker
Exposes portfolio tracking tools for AI clients.