Mcp Dolibarr — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Mcp Dolibarr (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
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](https://digitalfactory.sn) 🌐 digitalfactory.sn | 📞 WhatsApp : +221 77 800 38 14 | 📧 [email protected]
npx mcp-dolibarrnpm install -g mcp-dolibarrgit clone https://github.com/digitalfactorysn/mcp-dolibarr.git
cd mcp-dolibarr
npm install && npm run buildDans votre Dolibarr : Accueil > Configuration > Modules > Activez "API REST Dolibarr"
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).
Éditez le fichier de configuration de Claude Desktop :
~/Library/Application Support/Claude/claude_desktop_config.json%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é !
Dans les paramètres MCP de votre IDE :
{
"mcp": {
"servers": {
"dolibarr": {
"command": "npx",
"args": ["mcp-dolibarr"],
"env": {
"DOLIBARR_URL": "https://votre-instance.dolibarr.com",
"DOLIBARR_API_KEY": "VOTRE_CLE_API"
}
}
}
}
}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_modulesMIT © Digital Factory Senegal
| Canal | Lien |
|---|---|
| 🌐 Site web | digitalfactory.sn |
| [email protected] | |
| +221 77 800 38 14 | |
| 🐙 GitHub | github.com/digitalfactorysn |
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.