Connector guide3-minute read10 MCP toolsEN · DE · IT

Cómo conectar Dolibarr a Cursor — via MCP

Dolibarr open-source ERP and CRM: third parties, contacts, customer and supplier invoices, orders, proposals, products and stock. REST API on your own installation, DOLAPIKEY auth.

HCBy HelpCode teamActualizado 3 min read Código abierto en GitHub

Sin tarjeta de crédito · 7 días de prueba · Alternativa self-host disponible

Dolibarr

Dolibarr

Dolibarr open-source ERP and CRM: third parties, contacts, customer and supplier invoices, orders, proposals, products and stock. REST API on your own installation, DOLAPIKEY auth.

herramientas

10

Región

FR

Categoría

ERP

Autenticación

API Key

Env vars requeridas

DOLIBARR_URLDOLIBARR_API_KEY
Instalar con un clic en Cloud

7 días de prueba gratis · Sin tarjeta de crédito

  • Prueba gratis de 7 días
    Sin tarjeta de crédito
  • GDPR & SOC 2 ready
    Datos en la UE, registros de auditoría
  • Código abierto en GitHub
    Open source · AGPL-3.0
  • Funciona con ChatGPT, Claude, Gemini
    Cualquier cliente compatible con MCP

Sáltate la instalación. Funcionando en menos de 2 minutos.

Inicia una prueba gratuita en cloud.anythingmcp.com, añade Dolibarr con un clic y apunta tu cliente de IA (Claude, ChatGPT, Copilot o Cursor) al endpoint MCP generado. Sin Docker, sin git clone, sin experiencia de desarrollo.

Empezar prueba gratis

Summary

Dolibarr open-source ERP and CRM: third parties, contacts, customer and supplier invoices, orders, proposals, products and stock. REST API on your own installation, DOLAPIKEY auth.

Prueba a pedir

Prompts de ejemplo para Dolibarr

Haz clic en un prompt para copiarlo. Pégalo en Claude, ChatGPT, Cursor, Gemini, Copilot u OpenClaw para ejecutarlo contra este conector.

Dolibarr · live vía MCP
Compartir
Opus 4.7

Claude es IA y puede equivocarse. Verifica siempre las respuestas.

💡 ¿Sin instalación? Usa cloud.anythingmcp.com directamente. Inicia sesión, pulsa Connectors → Dolibarr, pega tus credenciales, genera una MCP API key — listo. Sin Docker, sin git clone, sin servidor local.

Dolibarr + Cursor

Dolibarr open-source ERP and CRM: third parties, contacts, customer and supplier invoices, orders, proposals, products and stock. REST API on your own installation, DOLAPIKEY auth.

Requisitos previos

Las instrucciones de configuración completas están incluidas en el conector (visibles en el store al seleccionarlo). Las variables de entorno requeridas:

DOLIBARR_URL, DOLIBARR_API_KEY

Paso 1 — Obtener credenciales

Turn the module on first. Dolibarr ships the REST API as a module that is off by default.

  1. As an administrator go to Setup → Modules → Web Services API REST and enable it.
  2. Open the user you want the agent to act as, go to the User card → API key area, and generate a key. Put it in DOLIBARR_API_KEY.
  3. Set DOLIBARR_URL to your installation root (no trailing slash, no /api). The adapter appends /api/index.php.

The header is DOLAPIKEY. Not Authorization. Dolibarr also accepts it as a query parameter, but a header keeps it out of the access log.

…(continued in the in-app connector instructions)

Paso 2 — Instalar el adapter

curl -fsSL https://raw.githubusercontent.com/HelpCode-ai/anythingmcp/main/docker-compose.quickstart.yml -o docker-compose.yml
printf 'JWT_SECRET=%s\nENCRYPTION_KEY=%s\n' "$(openssl rand -hex 32)" "$(openssl rand -hex 32)" > .env
docker compose up -d

Paso 3 — Añadir el conector en Cursor

Cursor lee servidores MCP desde ~/.cursor/mcp.json. Añade esta entrada:

{
  "mcpServers": {
    "anythingmcp": {
      "url": "https://cloud.anythingmcp.com/mcp",
      "headers": { "Authorization": "Bearer YOUR_MCP_API_KEY" }
    }
  }
}
  1. Obtén tu MCP API key desde AnythingMCP → Perfil → MCP API Keys → Nueva Key.
  2. Guarda el archivo y reinicia Cursor.
  3. Abre Cursor → Configuración → MCP para verificar que Dolibarr aparece como "Connected".
  4. Empieza a chatear — todas las herramientas de Dolibarr están disponibles.

Herramientas disponibles

ToolWhat it does
dolibarr_get_statusRead the Dolibarr version and API status of this installation
dolibarr_list_thirdpartiesList third parties — Dolibarr's customers, suppliers and prospects — with their name, VAT number, address and customer/supplier flags
dolibarr_get_thirdpartyRead one third party in full: addresses, tax identifiers, payment terms, assigned sales representative and account balances
dolibarr_list_invoicesList customer invoices with their reference, date, third party, totals and status
dolibarr_get_invoiceRead one customer invoice in full: every line with quantity, unit price, discount and VAT, the totals, and the payments applied against it
dolibarr_list_ordersList customer orders with their reference, date, third party, total and status, for the pipeline between proposal and invoice
dolibarr_list_proposalsList commercial proposals (devis) with their reference, date, third party, total and whether they have been signed
dolibarr_list_supplier_invoicesList supplier invoices with their reference, date, supplier, total and payment status — the payables side of the ledger
dolibarr_list_productsList products and services with their reference, label, sale and cost price, VAT rate and stock quantity
dolibarr_get_product_stockRead the per-warehouse stock of one product — the answer an availability question actually needs, rather than the cached total on the produc

FAQ

¿Cursor soporta servidores MCP personalizados en el plan free? Sí — MCP está disponible en Hobby, Pro y Business.

Siguientes pasos

¿Te ha sido útil esta guía?

Your Dolibarr agent is one click away.

Install the connector, paste the key, prompt Cursor. Free for 7 days, no credit card.

Guías relacionadas