What you can do with Dolibarr

Built for

Finance Teams, Operations Managers, ERP Administrators, Small Business Owners

Example workflows

Browse product catalog

Grounds inventory questions in live catalog rows instead of guesses.

Try this

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.

Try this

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.

Try this

Fetch Dolibarr invoice id 42 with line items and summarize products, quantities, and line totals.

List suppliers

Connects procurement workflows to live vendor records.

Try this

List Dolibarr third parties in supplier mode — name, id, and email when present.

Context to know first

What can AI agents do with Dolibarr on MCPBundles?

Agents can list or fetch products, customer invoices, supplier invoices, third parties, internal users, and categories, and read company setup when the connected API key has admin rights.

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.

AI Skill
SKILL.md

Domain knowledge for Dolibarr — workflow patterns, data models, and gotchas for your AI agent.

Dolibarr

Self-hosted ERP/CRM: products, customer invoices, supplier invoices, third parties, users, categories.

Operational order

  1. Products / categories — catalog shape and category_id for filtered product lists.
  2. Third parties — customers (mode=1) and suppliers (mode=4).
  3. Invoices — list headers first; pass invoice id with include=lines or include=payments for detail.
  4. Company setup — admin-only on many instances; use only when the connected key has admin rights.

Gotchas

  • REST entry point is /api/index.php on the user's host (not index.html, not bare /api).
  • Company setup often requires an admin API key.
  • Category lists require type (e.g. product).
  • Third-party list mode: 1=customers, 4=suppliers.
  • Invoice detail: use include=lines or include=payments when id is set.

Tools in this Server (7)

Dolibarr Get Categories

List Dolibarr categories. Requires type on list — use 'product' for product categories, 'customer' for customer categories, 'supplier' for supplier ca...

Dolibarr Get Company

Read Dolibarr company / legal-entity setup (name, address, identifiers). Requires a Dolibarr admin API key or a user allowed by API_LOGINS_ALLOWED_FOR...

Dolibarr Get Invoices

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...

Dolibarr Get Products

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...

Dolibarr Get Supplier Invoices

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 ...

Dolibarr Get Thirdparties

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...

Dolibarr Get Users

List or fetch Dolibarr internal users. Omit id to list with pagination; pass id for one user profile.

Frequently Asked Questions

What is the Dolibarr MCP server?

Dolibarr is an open-source ERP and CRM for inventory, billing, suppliers, and customer records on a self-hosted instance. It provides 7 tools that AI agents can use through the Model Context Protocol (MCP).

How do I connect Dolibarr to my AI agent?

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.

How many tools does Dolibarr provide?

Dolibarr provides 7 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.

What authentication does Dolibarr require?

Dolibarr uses API Key. Dolibarr requires credentials. Connect via MCPBundles and authentication is handled automatically.

What can AI agents do with Dolibarr on MCPBundles?

Agents can list or fetch products, customer invoices, supplier invoices, third parties, internal users, and categories, and read company setup when the connected API key has admin rights.

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.

Why might company profile fail while other tools work?

Company setup is admin-only on many Dolibarr instances. Products, invoices, and users usually work with a standard user API key.

Setup Instructions

Connect Dolibarr to any MCP client in minutes

MCP URL
https://mcp.mcpbundles.com/bundle/dolibarr

One-click install:

The link prefills the Add custom connector dialog — you still review the values and click Add, then Connect to complete OAuth.

Or add manually

  1. Open claude.ai → Settings → Connectors.
  2. Click the + button and choose Add custom connector.
  3. Set Name to Dolibarr and paste the MCP URL into Remote MCP server URL.
  4. Click Add. Dolibarr will appear under Not connected — select it and click Connect to complete OAuth.
Name: Dolibarr
Remote MCP server URL: https://mcp.mcpbundles.com/bundle/dolibarr
Authentication: OAuth

Custom connectors at claude.ai require a paid Claude plan (Pro, Max, Team, or Enterprise).

Ready to use Dolibarr?

Sign in to connect your credentials and start running tools from the chat.

Dolibarr MCP Server & Skill — 7 Tools