dolibarr

GitHub

Dolibarr ERP CRM is a modern software package to manage your company or foundation's activity (contacts, suppliers, invoices, orders, stocks, agenda, accounting, ...). it's an open source Web application (written in PHP) designed for businesses of any sizes, foundations and freelancers.

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "dolibarr": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-dolibarr"
      ]
    }
  }
}