# Dolibarr/dolibarr | Model Context Protocol (MCP) Server > 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. - **Stars**: ⭐ 7,496 - **Language**: PHP - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "dolibarr": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-dolibarr" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "dolibarr": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-dolibarr" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-dolibarr` - **Docker**: `docker run -i --rm mcp/dolibarr`