thomas-rx/qonto-mcp-worker
🏦 Connect your Qonto account to any AI, remote MCP server on Cloudflare Workers
Platform-specific configuration:
{
"mcpServers": {
"qonto-mcp-worker": {
"command": "npx",
"args": [
"-y",
"qonto-mcp-worker"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
A remote Model Context Protocol server for the Qonto API, deployed on Cloudflare Workers with GitHub OAuth authentication.
| Category | Tools | |---|---| | Organization | get_qonto_organization | | Transactions | get_qonto_transactions, get_qonto_transaction, list_qonto_transaction_attachments | | Attachments | get_qonto_attachment | | Beneficiaries | list_qonto_beneficiaries, get_qonto_beneficiary | | Clients | get_clients, get_client | | Invoices | get_client_invoices, get_supplier_invoices, get_credit_notes | | Labels | list_qonto_labels, get_qonto_label | | Memberships | list_qonto_memberships | | Requests | get_requests, get_request | | Statements | get_statements, download_statement | | Transfers | list_qonto_external_transfers, get_qonto_external_transfer |
npm install -g wrangler)Settings → Integrations → API)git clone git@github.com:thomas-rx/qonto-mcp-worker.git
cd qonto-mcp-worker
npm installGo to github.com/settings/developers → OAuth Apps → New OAuth App.
| Field | Value | |---|---| | Homepage URL | https://<worker-name>.<account>.workers.dev | | Authorization callback URL | `https://<worker-name>.<ac
Loading reviews...