Let AI read, write, and automate operations in Odoo ERP.
This tool claims to fully interact with Odoo ERP instances over XML-RPC, including read/write access to any model, which gives it significant business-data manipulation capability. However, the materials do not specify credential handling, target endpoints, or permission boundaries; given that it is open source and auditable, the overall posture is caution rather than high risk.
The materials state there are no environment variables or keys, but connecting to Odoo over XML-RPC would typically require Odoo account credentials or session information. Because documentation is missing, credential collection, storage, and transmission are unclear, creating ordinary risks of misconfiguration or misuse of business accounts.
The description explicitly says it communicates with Odoo instances over XML-RPC, meaning queries and write operations will be sent to a user-configured Odoo server. No unrelated third-party endpoint is disclosed, but the actual egress scope depends on deployment because no remote host is specified in the materials.
The system flags this package as executes-code, indicating the MCP tool runs a local service process. The available materials do not show requests for unusual system privileges or commands unrelated to Odoo interaction, so this is rated caution based on normal tool behavior.
The description says it supports read and write operations on “any model,” which implies broad access to and modification of business data within the permissions granted by Odoo. This may affect customer, order, financial, or inventory records; the materials do not mention local file access or any extra privilege-limiting controls.
The project is open source under AGPL 3.0 and therefore auditable, which is a meaningful risk-reducing factor. However, it comes from a third-party registry, has 0 GitHub stars, unknown maintenance status, and no README, so its supply-chain maturity and transparency are only moderate and warrant manual review of code and dependencies.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "mcp-server-odoo" yet — see the docs or source repo.
Connect to my Odoo instance, read sales orders created in the last 30 days, group them by customer, and return a table with order counts and total amounts.
A summary table of sales orders from the last 30 days, including customer names, order counts, and total amounts.
In Odoo, find all confirmed sales orders that have not been invoiced, create customer invoices for them in bulk, and list the results and any failure reasons.
A bulk invoicing result list with created invoice numbers and explanations for any failed records.
Read inventory and pricing data for specified products in Odoo, increase prices by 5% for items below safety stock, and output a before-and-after comparison.
A product inventory and pricing update report showing trigger conditions, old prices, and new prices.
Securely connect AI to Odoo ERP for querying and updating business data.
Safely query live Odoo 19 business data for sales, inventory, and finance.
Connect to Odoo ERP to search records and create sales quotations.
Connect AI to Odoo 19 for CRUD and model method calls.
Query Odoo data and field metadata safely for search and analysis.
Safely inspect Odoo data, prepare changes, and roll back supported operations.