Odoo MCP

Created By
tuanle9617 days ago
The free AI layer for Odoo ERP — any edition, any version 16+. Zero Odoo-side setup: no App Store module, no admin access; uses your existing credentials over XML-RPC (16-18) or JSON-2 (19+). 41 tools: bounded reads, server-side aggregation, schema discovery, access diagnostics, data-quality checks, upgrade-log analysis, accounting reports, local BM25 knowledge search, multi-instance fan-out — and a gated write workflow (preview -> validate -> approval token -> confirm) with field-level ACL and a JSONL audit trail. One-click .mcpb for Claude Desktop; `uvx odoo-mcp --setup` for everything else.
Overview

Odoo MCP turns any Odoo 16+ database into an MCP server using only your existing credentials - no App Store module, no admin access.

Install (Claude Desktop): download odoo-mcp-x.y.z.mcpb from the GitHub releases page, double-click, fill in URL/db/login/API key.

Install (any MCP client): uvx odoo-mcp --setup

Highlights: 41 tools - safe gated writes with audit trail, field-level ACL, access diagnostics, data-quality checks, upgrade-log analysis, accounting reports, local BM25 knowledge search, multi-instance fan-out for agencies. Real Odoo 16/17/18/19 smoke tests in CI and published benchmarks (p50 ~10ms common reads).

Docs: https://github.com/tuanle96/mcp-odoo#readme

Server Config

{
  "mcpServers": {
    "odoo": {
      "command": "uvx",
      "args": [
        "odoo-mcp"
      ],
      "env": {
        "ODOO_URL": "https://your-odoo.example.com",
        "ODOO_DB": "your-database",
        "ODOO_USERNAME": "your-login",
        "ODOO_PASSWORD": "<YOUR_API_KEY>"
      }
    }
  }
}
Project Info
Created At
17 days ago
Updated At
17 days ago
Author Name
tuanle96
Star
-
Language
-
License
-
Category

Recommend Servers

View All
Tavily Mcp
@tavily-ai

JavaScript
a year ago