Connector guide3-minute read10 MCP toolsEN · DE · IT

Come collegare Dolibarr a Cursor — via MCP

Dolibarr open-source ERP and CRM: third parties, contacts, customer and supplier invoices, orders, proposals, products and stock. REST API on your own installation, DOLAPIKEY auth.

HCBy HelpCode teamAggiornato 3 min read Open source su GitHub

Nessuna carta di credito · 7 giorni di prova · Alternativa self-host disponibile

Dolibarr

Dolibarr

Dolibarr open-source ERP and CRM: third parties, contacts, customer and supplier invoices, orders, proposals, products and stock. REST API on your own installation, DOLAPIKEY auth.

tool

10

Regione

FR

Categoria

ERP

Autenticazione

API Key

Env vars richieste

DOLIBARR_URLDOLIBARR_API_KEY
Installa con un clic su Cloud

7 giorni di prova gratuita · Nessuna carta di credito

  • Prova gratuita di 7 giorni
    Nessuna carta di credito
  • GDPR & SOC 2 ready
    Dati in UE, log di audit
  • Open source su GitHub
    Open source · AGPL-3.0
  • Funziona con ChatGPT, Claude, Gemini
    Qualsiasi client compatibile MCP

Salta l'installazione. Attivo in meno di 2 minuti.

Avvia una prova gratuita su cloud.anythingmcp.com, aggiungi Dolibarr con un clic, poi punta il tuo client AI (Claude, ChatGPT, Copilot o Cursor) all'endpoint MCP generato. Niente Docker, niente git clone, nessuna esperienza di sviluppo richiesta.

Inizia la prova gratuita

Summary

Dolibarr open-source ERP and CRM: third parties, contacts, customer and supplier invoices, orders, proposals, products and stock. REST API on your own installation, DOLAPIKEY auth.

Prova a chiedere

Prompt di esempio per Dolibarr

Clicca su un prompt per copiarlo. Incollalo in Claude, ChatGPT, Cursor, Gemini, Copilot o OpenClaw per eseguirlo contro questo connettore.

Dolibarr · live via MCP
Condividi
Opus 4.7

Claude è un'AI e può sbagliare. Verifica sempre le risposte.

💡 Niente installazione? Vai direttamente su cloud.anythingmcp.com. Accedi, clicca Connectors → Dolibarr, inserisci le credenziali, genera una MCP API key — fatto. Niente Docker, niente git clone, niente server locale.

Dolibarr + Cursor

Dolibarr open-source ERP and CRM: third parties, contacts, customer and supplier invoices, orders, proposals, products and stock. REST API on your own installation, DOLAPIKEY auth.

Prerequisiti

Le istruzioni di setup complete sono incluse nel connettore stesso (visibili nello store quando lo selezioni). Le variabili d'ambiente richieste sono:

DOLIBARR_URL, DOLIBARR_API_KEY

Step 1 — Ottieni le credenziali

Turn the module on first. Dolibarr ships the REST API as a module that is off by default.

  1. As an administrator go to Setup → Modules → Web Services API REST and enable it.
  2. Open the user you want the agent to act as, go to the User card → API key area, and generate a key. Put it in DOLIBARR_API_KEY.
  3. Set DOLIBARR_URL to your installation root (no trailing slash, no /api). The adapter appends /api/index.php.

The header is DOLAPIKEY. Not Authorization. Dolibarr also accepts it as a query parameter, but a header keeps it out of the access log.

…(continued in the in-app connector instructions)

Step 2 — Installa l'adapter

curl -fsSL https://raw.githubusercontent.com/HelpCode-ai/anythingmcp/main/docker-compose.quickstart.yml -o docker-compose.yml
printf 'JWT_SECRET=%s\nENCRYPTION_KEY=%s\n' "$(openssl rand -hex 32)" "$(openssl rand -hex 32)" > .env
docker compose up -d

Step 3 — Aggiungi il connettore in Cursor

Cursor legge i server MCP da ~/.cursor/mcp.json. Aggiungi questa voce:

{
  "mcpServers": {
    "anythingmcp": {
      "url": "https://cloud.anythingmcp.com/mcp",
      "headers": { "Authorization": "Bearer YOUR_MCP_API_KEY" }
    }
  }
}
  1. Ottieni la tua MCP API key da AnythingMCP → Profilo → MCP API Keys → Nuova Key.
  2. Salva il file e riavvia Cursor.
  3. Apri Cursor → Impostazioni → MCP per verificare che Dolibarr sia presente e "Connected".
  4. Inizia a chattare — tutti gli strumenti di Dolibarr sono ora invocabili.

Tool disponibili

ToolWhat it does
dolibarr_get_statusRead the Dolibarr version and API status of this installation
dolibarr_list_thirdpartiesList third parties — Dolibarr's customers, suppliers and prospects — with their name, VAT number, address and customer/supplier flags
dolibarr_get_thirdpartyRead one third party in full: addresses, tax identifiers, payment terms, assigned sales representative and account balances
dolibarr_list_invoicesList customer invoices with their reference, date, third party, totals and status
dolibarr_get_invoiceRead one customer invoice in full: every line with quantity, unit price, discount and VAT, the totals, and the payments applied against it
dolibarr_list_ordersList customer orders with their reference, date, third party, total and status, for the pipeline between proposal and invoice
dolibarr_list_proposalsList commercial proposals (devis) with their reference, date, third party, total and whether they have been signed
dolibarr_list_supplier_invoicesList supplier invoices with their reference, date, supplier, total and payment status — the payables side of the ledger
dolibarr_list_productsList products and services with their reference, label, sale and cost price, VAT rate and stock quantity
dolibarr_get_product_stockRead the per-warehouse stock of one product — the answer an availability question actually needs, rather than the cached total on the produc

FAQ

Cursor supporta MCP server personalizzati nel piano free? Sì — MCP è disponibile su Hobby, Pro e Business.

Prossimi passi

Questa guida ti è stata utile?

Your Dolibarr agent is one click away.

Install the connector, paste the key, prompt Cursor. Free for 7 days, no credit card.

Guide correlate