dolibarr-mcp-server

TestMasterAmberteam/dolibarr-mcp-server
★ 0 stars Python API Integration Updated 2d ago
Stateless MCP server for per-user Dolibarr API access
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "dolibarr-mcp-server": {
      "command": "uvx",
      "args": [
        "dolibarr-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install dolibarr-mcp-server