Query, analyze, and optionally update Odoo ERP data from Claude.
This MCP tool targets Odoo ERP and requires Odoo instance credentials to communicate with a user-specified Odoo service; based on the materials, its capabilities broadly match its stated purpose, and read-only-by-default reduces some risk. It comes from an official registry, is open source, and has recent maintenance, so the overall posture is closer to a normal caution level with no clear red flags that alone justify a high-risk rating.
It requires sensitive Odoo connection settings such as ODOO_URL, ODOO_DB, ODOO_USERNAME, and ODOO_API_KEY. If exposed, the API key and account details could be used to read or modify the linked ERP data; however, these credential requirements are consistent with its stated Odoo integration purpose, with no evidence of unrelated privileged secrets being requested.
No fixed third-party remote host is listed in the materials, but by design the tool will connect to the Odoo service specified by ODOO_URL, so user queries and ERP data may be transmitted between the local environment and that Odoo instance. There is no stated evidence of exfiltration to unrelated or unknown endpoints.
System checks indicate it can execute code or start processes, which is a common MCP tool characteristic. Based on the available materials, this appears mainly intended to perform Odoo API or connection operations, with no sign of extra system-level privileges or execution behavior clearly beyond its stated function.
It states that it can 'query, report on, and optionally modify any Odoo ERP,' indicating that its main data access scope is the business data within the target Odoo instance, with writes gated by ODOO_ENABLE_WRITES and read-only by default. This is not unusual for an ERP tool, but if writes are enabled it may affect orders, customers, finance, and other business objects, so the Odoo account should be scoped with least privilege.
Positive factors include being listed in an official registry, being open source and auditable, and having updates within the last year. Points to watch are the missing README, no declared license, and very low visible adoption (0 stars), which limit external review and maturity signals; however, given the available source code and relatively credible distribution channel, this alone does not justify a high-risk rating.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "io.github.management-cmyk/odoo-mcp-connector" MCP server from askskill: Run: claude mcp add 'io-github-management-cmyk-odoo-mcp-connector' -- npx -y odoo-mcp-connector
Connect to my Odoo and summarize sales orders from the last 30 days: count, total amount, breakdown by status, and the top 10 highest-value orders.
A summary report of sales orders with counts, amounts, status breakdown, and a list of key orders.
Find products in Odoo with negative stock or stock below safety levels, grouped by warehouse, and provide prioritization recommendations.
A list of inventory exceptions, grouped warehouse results, and actionable recommendations.
First preview the impact of adding a 'High Value Customer' tag to customers who spent over 100,000 in the past year, then apply the update after confirmation.
A preview of affected customers and changes first, followed by the bulk update and a result summary after confirmation.
Connect to Odoo ERP to search records and create sales quotations.
Let AI read, write, and automate operations in Odoo ERP.
Connect to Odoo 18 and manage model records with natural language.
Safely inspect Odoo data, prepare changes, and roll back supported operations.
Safely query live Odoo 19 business data for sales, inventory, and finance.
Connect to Odoo instances with safe writes, access diagnostics, and schema discovery.