Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 47,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

A complete MCP server for Dolibarr ERP/CRM, enabling AI assistants to perform billing, accounting, CRM, project, stock, and contract management.

README.md

MCP Dolibarr Expert 🚀

![npm version](https://www.npmjs.com/package/mcp-dolibarr) ![License: MIT](https://opensource.org/licenses/MIT) ![GitHub](https://github.com/digitalfactorysn)

Un serveur Model Context Protocol (MCP) complet pour Dolibarr ERP/CRM. Permets à n'importe quel assistant IA (Claude, Cursor, Windsurf, etc.) d'agir comme un expert Dolibarr à part entière : facturation, comptabilité avancée, CRM, projets, stocks, contrats, configuration complète du système et bien plus. Développé par Digital Factory Senegal 🌐 digitalfactory.sn  |  📞 WhatsApp : +221 77 800 38 14  |  📧 infos@digitalfactory.sn

---

✨ Fonctionnalités (55+ outils)

🏢 Tiers (Clients / Fournisseurs)

  • Lister, rechercher, créer, mettre à jour les tiers
  • Accéder à l'historique (factures, devis, commandes, contacts d'un tiers)

📄 Facturation (10 outils)

  • Créer des factures brouillons, ajouter/modifier/supprimer des lignes
  • Valider des factures officiellement
  • Enregistrer des paiements avec ventilation multi-factures
  • Créer des avoirs (factures de crédit)
  • Envoyer des factures par email

📋 Devis & Propositions Commerciales

  • Créer, envoyer, valider, signer, refuser des devis
  • Convertir un devis signé en commande client

📦 Commandes (Clients & Fournisseurs)

  • Gestion complète du cycle commande → livraison → facturation
  • Commandes fournisseurs et approvisionnement

🏭 Produits & Stocks

  • Catalogue produits et services avec prix, TVA, codes comptables
  • Consultation et mouvements de stock par entrepôt

💰 Comptabilité & Trésorerie (Expert)

  • Consultation des comptes bancaires et transactions
  • Plan comptable et journaux comptables
  • Écritures du grand livre
  • Rapport financier synthétique : CA, impayés, solde de trésorerie

🤝 CRM

  • Contacts individuels
  • Agenda d'activités (appels, RDV, emails commerciaux)

📊 Projets & Tâches

  • Gérer des projets client avec budget et deadline
  • Créer et suivre des tâches

👥 RH & Administration

  • Lister les utilisateurs/commerciaux
  • Consulter les notes de frais

📑 Contrats & Abonnements

  • Créer et gérer des contrats client

⚙️ Configuration & Administration Système

  • Informations de la société (avec mise à jour)
  • Activation/désactivation des modules
  • Lecture et écriture des constantes système
  • Modes et conditions de paiement, devises, pays

---

🚀 Installation

Méthode 1 : Via npx (recommandé, aucune installation)

npx mcp-dolibarr

Méthode 2 : Installation globale

npm install -g mcp-dolibarr

Méthode 3 : Depuis le code source

git clone https://github.com/digitalfactorysn/mcp-dolibarr.git
cd mcp-dolibarr
npm install && npm run build

---

⚙️ Configuration

1. Activer l'API REST dans Dolibarr

Dans votre Dolibarr : Accueil > Configuration > Modules > Activez "API REST Dolibarr"

2. Obtenir votre Clé API

Dans votre Dolibarr : Accueil > Utilisateurs & Groupes > [Votre profil] > Onglet "Fiche utilisateur" Copiez la valeur du champ "Clé pour l'API REST" (générez-en une si elle est vide).

---

🔌 Connexion avec Claude Desktop

Éditez le fichier de configuration de Claude Desktop :

  • Mac : ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows : %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "dolibarr": {
      "command": "npx",
      "args": ["mcp-dolibarr"],
      "env": {
        "DOLIBARR_URL": "https://votre-instance.dolibarr.com",
        "DOLIBARR_API_KEY": "VOTRE_CLE_API_SECRETE"
      }
    }
  }
}

Redémarrez Claude Desktop. Un nouvel icône 🔌 apparaîtra — Dolibarr est connecté !

---

🔌 Connexion avec Cursor / Windsurf

Dans les paramètres MCP de votre IDE : ``json { "mcp": { "servers": { "dolibarr": { "command": "npx", "args": ["mcp-dolibarr"], "env": { "DOLIBARR_URL": "https://votre-instance.dolibarr.com", "DOLIBARR_API_KEY": "VOTRE_CLE_API" } } } } } ``

---

💡 Exemples d'utilisation avec l'IA

Une fois connecté, vous pouvez demander à votre IA :

"Quelles sont les 5 dernières factures impayées ?"
→ list_invoices (status=1, limit=5)

"Crée un devis pour STN GROUPE pour la maintenance Azure à 150 000 FCFA HT avec 18% TVA"
→ create_proposal → add_proposal_line → validate_proposal

"Quel est notre chiffre d'affaires de 2025 ?"
→ get_financial_summary (year=2025)

"Montre-moi le plan comptable"
→ list_accounting_accounts

"Quels modules sont activés sur notre Dolibarr ?"
→ list_modules

---

🔐 Sécurité

  • Ne committez jamais votre clé API dans un dépôt Git.
  • Utilisez un compte Dolibarr dédié avec les permissions minimales nécessaires.
  • La clé API est transmise uniquement entre votre machine locale et l'instance Dolibarr (pas via des services tiers).

---

📜 License

MIT © Digital Factory Senegal

---

📞 Contact & Support

| Canal | Lien | |---|---| | 🌐 Site web | digitalfactory.sn | | 📧 Email | infos@digitalfactory.sn | | 💬 WhatsApp | +221 77 800 38 14 | | 🐙 GitHub | github.com/digitalfactorysn |

  • Issues & bugs : GitHub Issues
  • Contribuer : Les Pull Requests sont les bienvenues !

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use Finance & Payments servers.