odoo-mcp

molnkontakt/odoo-mcp
★ 0 stars Python 🤖 AI/LLM Updated today
MCP server for Odoo (multi-instance, XML-RPC, with safety controls)
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

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

Or install with pip: pip install odoo-mcp

README Excerpt

MCP server for Odoo. Gives Claude (or any other MCP client) controlled, audit-logged access to one or more Odoo instances via XML-RPC. Built for multi-environment setups (typically prod + dev). **Status:** Phase 1 (read-only tools) is implemented. Phase 2 (safe writes) and Phase 3 (critical writes + audit log) are planned — see