Connect your account, then chat with AI to run tools.
Let AI agents read and update products, orders, proposals, invoices, third parties, contacts, stock, and more from your self-hosted Dolibarr ERP.
Try this workflow
Browse product catalog
List the first 10 products in Dolibarr with ref, label, and price. Flag any with zero stock or missing descriptions.
Opens MCPBundles Studio with this server selected. After sign-in, chat and run tools from the same thread.
Browse all toolsBuilt for
Finance Teams, Operations Managers, ERP Administrators, Small Business Owners
Browse product catalog
Grounds inventory questions in live catalog rows instead of guesses.
List the first 10 products in Dolibarr with ref, label, and price. Flag any with zero stock or missing descriptions.
Review open invoices
Turns billing status into a scannable receivables brief.
List recent customer invoices in Dolibarr — id, ref, third party name, total, and payment status.
Inspect invoice lines
Shows how to drill from headers into line-level detail.
Fetch Dolibarr invoice id 42 with line items and summarize products, quantities, and line totals.
List suppliers
Connects procurement workflows to live vendor records.
List Dolibarr third parties in supplier mode — name, id, and email when present.
What can AI agents do with Dolibarr on MCPBundles?
Agents can list or fetch products, orders, proposals, customer and supplier invoices, third parties, contacts, users, categories, stock movements, projects, warehouses, bank accounts, and shipments. They can also create or update records when the connected API user has write permissions.
How does Dolibarr authentication work on MCPBundles?
Connect your Dolibarr REST API URL (ending in /api/index.php) and a user API key from your instance. MCPBundles stores the connection securely after setup.
Do I need my own Dolibarr server?
Yes. Dolibarr is self-hosted ERP software — MCPBundles connects to an instance you already run or have access to, not a hosted trial from us.
Domain knowledge for Dolibarr — workflow patterns, data models, and gotchas for your AI agent.
Self-hosted ERP/CRM: products, orders, proposals, customer and supplier invoices, third parties, contacts, users, categories, stock movements, projects, warehouses, bank accounts, and shipments.
One Dolibarr URL can host multiple legal entities. Dolibarr routes API calls by the DOLAPIENTITY header — not a query parameter.
Permanently delete a Dolibarr contact by id.
Delete a Dolibarr customer invoice by id. Validated invoices may be blocked upstream.
Delete a Dolibarr sales order by id. Validated orders may require upstream status checks.
Permanently delete a Dolibarr product by id. Irreversible on most instances — confirm with the user before calling.
Delete a Dolibarr proposal by id. Draft proposals delete cleanly on most instances.
Permanently delete a Dolibarr third party by id. May fail when linked documents exist.
List or fetch Dolibarr bank account records. Omit id to list; pass id for one account. Finance permissions may be required on the API user.
List Dolibarr categories. Requires type on list — use 'product' for product categories, 'customer' for customer categories, 'supplier' for supplier ca...
Read Dolibarr company / legal-entity setup (name, address, identifiers). Requires a Dolibarr admin API key or a user allowed by API_LOGINS_ALLOWED_FOR...
List or fetch Dolibarr contacts (people linked to third parties). Omit id to list; pass id for one contact. Optional socid filters contacts for one th...
List or fetch Dolibarr customer invoices. Omit id to list; pass id to fetch one invoice. When id is set, optional include selects a sub-resource: 'lin...
List or fetch Dolibarr customer sales orders. Omit id to list; pass id for one order. When id is set, optional include selects 'lines' for order line ...
List or fetch Dolibarr products (SKU catalog). Omit id to list with pagination; pass id for one product. Optional category_id lists products linked to...
List or fetch Dolibarr projects. Omit id to list with pagination; pass id for one project. Requires the Projects module on the Dolibarr instance.
List or fetch Dolibarr commercial proposals (quotes). Omit id to list; pass id for one proposal. When id is set, optional include selects 'lines' for ...
List or fetch Dolibarr shipment records (outbound deliveries). Omit id to list; pass id for one shipment.
List or fetch Dolibarr warehouse stock movements. Omit id to list with pagination; pass id for one movement record.
List or fetch Dolibarr supplier (vendor) invoices. Omit id to list; pass id to fetch one invoice. When id is set, optional include selects 'lines' or ...
List or fetch Dolibarr third parties (customers, prospects, suppliers). Omit id to list; pass id for one party. Optional mode filters the list: 1=cust...
List or fetch Dolibarr internal users. Omit id to list with pagination; pass id for one user profile.
List or fetch Dolibarr warehouse definitions. Omit id to list; pass id for one warehouse. Used for stock and shipment workflows.
Discover Dolibarr multicompany legal entities accessible with the connected API key. Probes entity ids with read-only product requests and caches resu...
Create or update a Dolibarr contact person. Omit id to create; pass id to update. Include socid in data to link the contact to a third party.
Add or update a line on a Dolibarr customer invoice. document_id is the invoice id; omit line_id to add, pass line_id to update. Draft invoices only o...
Create or update a Dolibarr customer invoice. Omit id to create a draft invoice; pass id to update header fields. Validating posts accounting impact —...
Add or update a line on a Dolibarr sales order. document_id is the order id; omit line_id to POST a new line, pass line_id to PUT an update. Typical d...
Create or update a Dolibarr customer sales order. Omit id to create a draft order; pass id to update header fields. Add lines with the order-lines ups...
Create or update a Dolibarr product (SKU). Omit id to POST a new product; pass id to PUT an update. Send fields in data (ref, label, price, status, .....
Add or update a line on a Dolibarr proposal. document_id is the proposal id; omit line_id to add, pass line_id to update.
Create or update a Dolibarr commercial proposal (quote). Omit id to create a draft; pass id to update header fields. Add lines with the proposal-lines...
Create or update a Dolibarr third party (customer, prospect, or supplier). Omit id to create; pass id to update. Use data.name and client/fournisseur ...
Validate a Dolibarr customer invoice by id. Posts accounting impact — irreversible on most instances. Use only when the user explicitly requests valid...
Validate (confirm) a Dolibarr sales order by id. Moves the order out of draft and may trigger stock or workflow side effects — use only on explicit us...
Validate a Dolibarr commercial proposal by id. Locks the quote for customer send workflows on many instances.
Agents can list or fetch products, orders, proposals, customer and supplier invoices, third parties, contacts, users, categories, stock movements, projects, warehouses, bank accounts, and shipments. They can also create or update records when the connected API user has write permissions.
Connect your Dolibarr REST API URL (ending in /api/index.php) and a user API key from your instance. MCPBundles stores the connection securely after setup.
Yes. Dolibarr is self-hosted ERP software — MCPBundles connects to an instance you already run or have access to, not a hosted trial from us.
Company setup is admin-only on many Dolibarr instances. Products, invoices, and users usually work with a standard user API key.
Add the MCPBundles server URL to your MCP client configuration (Claude Desktop, Cursor, VS Code, etc.). The URL format is: https://mcp.mcpbundles.com/bundle/dolibarr. Authentication is handled automatically.
Dolibarr provides 34 tools that can be called by AI agents, along with a SKILL.md that gives your AI agent domain knowledge about when and how to use them.
Dolibarr uses API Key. Dolibarr requires credentials. Connect via MCPBundles and authentication is handled automatically.
Connect Dolibarr to any MCP client in minutes
https://mcp.mcpbundles.com/bundle/dolibarrThe link prefills the Add custom connector dialog — you still review the values and click Add, then Connect to complete OAuth.
Dolibarr and paste the MCP URL into Remote MCP server URL.Custom connectors at claude.ai require a paid Claude plan (Pro, Max, Team, or Enterprise).
More enterprise integrations you might like
Northpass LMS is a learning management system that enables businesses to create, manage, and deliver...
Ashby is a hiring management platform that provides tools for recruiting, applicant tracking, and HR...
DocuSign is the industry-leading e-signature and digital transaction management platform. Profession...
Hibob is a human resource management platform that facilitates employee management, engagement, and ...
Sage HR is a full-featured human resource management platform that offers employee management, payro...
Employment-Hero is a human resources management platform that provides tools for payroll, employee o...