Your AI agent deploys Odoo ERP - you stay in control
Connect your AI agent (Claude, Codex, …) and it deploys Odoo ERP on a server for you - step by step, and nothing runs without your confirm.
Turn it on in a minute: in Claude Desktop or claude.ai add a custom connector for https://zoxron.com/mcp and sign in - no token to copy. Prefer the command line, or want several separate keys? Grab a named token for Claude Code or Codex. Full steps in the Guide.
Odoo installs with Zoxron MCP are always free
Personal, scoped token · valid 30 days · paste it into any MCP client.
What it does today
Inspects a fresh VPS and checks Odoo's requirements
Installs Odoo Community or Enterprise your way - native from the official .deb (systemd) or in Docker, your choice
Resolves every dependency your apps need - checked twice - so nothing fails mid-install
Tunes the install to your server's size, so it runs smoothly under real load
Sets the admin password and creates the production database with your apps
HTTPS - via Cloudflare or Let's Encrypt, up to full end-to-end encryption
Points your domain at the server (Cloudflare DNS)
Nightly backups with an automatic restore-test
Go-live checklist plus a client handoff document
Migrates a live Odoo to a new server - checks the new box can handle it, moves the database + filestore + custom addons, then flips DNS at cutover
Runs several independent Odoo on one server - each with its own domain, database and nightly backup, each restarting on reboot; adding one never touches the instances already running
Spin up a staging server - a neutralized copy of your production Odoo (real emails off, scheduled jobs off, payments in test mode) you can safely try changes on, then throw away
Frees the installer disk space once everything works
Every changing step is shown first and needs your confirm
Provision the server for you - give the agent a temporary, scoped API key for your cloud provider, and it recommends and sets up the right server for your workload, then the key is removed. You bring the cloud account, and you keep it.
Watches the server and alerts you - installs private, on-box monitoring (the dashboard stays local, never exposed to the internet) and pushes you an alert the moment an Odoo instance, PostgreSQL, nginx, the disk, memory or CPU has a problem; and you can ask your agent "how's my server?" any time for a plain-language status
Deploys your custom code - test on staging, then production - points at a git repo of your custom Odoo modules, tests them on a staging instance, and only promotes a commit to production once its tests pass; production is backed up first and rolled back automatically if anything breaks
Upgrades your Odoo to a newer version - without losing data - moves you to a newer major version (Community or Enterprise), or from Community to Enterprise. It backs up first and keeps your current database as an instant rollback, and it carries your custom / third-party (OCA) add-ons and your Odoo Studio customizations across the jump - checking every record count so nothing is lost. The hardest, most error-prone job in Odoo, done with a safety net.
Checks your Odoo Studio changes before an upgrade - scans your database for the custom fields, screens and views you built with Odoo Studio (they live in the database, not in code), tells you most carry over automatically, and flags the few that rely on a part of Odoo that changes in the new version - so just those can be re-mapped, before you upgrade.
Explains everything in plain language - after each step the agent tells you, in words a business owner understands, what it did and what to check next - no server logs to decode, and it always says where your backup is.
Not another hosting platform
odoo.sh, Cloudpepper and OEC.sh are platforms you operate through a git push or a control panel. With Zoxron MCP, your own AI agent sets Odoo up on a server you own, step by step - and it drives git the same way when you deploy custom code, tested on staging first.
| odoo.sh | Cloudpepper | OEC.sh | Zoxron MCP | |
|---|---|---|---|---|
| In their own words | "The Odoo Cloud Platform" | "Odoo Hosting Platform & Cloud Control Panel" | "One platform to deploy and manage Odoo on any cloud" | Odoo deployment for your AI agent |
| You operate it through | GitHub | a cloud control panel | GitHub / GitLab + cloud credentials | your AI agent (Claude, Codex…) |
| Where Odoo runs | Odoo's cloud ("Official Odoo Hosting") | "Your servers" | "You own the servers" | a VPS you own - native .deb (systemd) or Docker, your choice |
| Community + Enterprise install | ✓ (EE licence separate) | ✓ (Base €29+) | ✓ | ✓ free |
| Staging = safe copy of production | ✓ "production data" + Mail Catcher | €29+ | ✓ "clone… one click" + "data scrubbing" | ✓ neutralized copy · free |
| Nightly backups + restore | ✓ "daily incremental, 3 data centers" | ✗ free / ✓ €29+ | ✓ | ✓ free + auto restore-test |
| Server-to-server migration | - | ✓ into their platform | "migration guide" | ✓ free |
| Version upgrades + Community → Enterprise + custom add-on migration | via their platform | paid service | paid upgrade service | ✓ version (CE & EE) + edition switch + carries your custom/OCA add-ons AND Odoo Studio changes across with a record-count completeness check, backup-first, rollback kept |
| Several Odoo on one server | - | 1 free / "unlimited" €49 | ✓ | ✓ free |
| Driven by your AI agent (MCP) | - | "MCP" from Pro (€49) | "AI dev sidecar" | ✓ the core - free |
| Provisions the server for you | - | ✓ | ✓ "link your cloud account" | ✓ your AI agent - recommends the size, provisions it, key removed |
| Monitoring + alerts if something breaks | ✓ managed | ✓ | ✓ | ✓ private, on your own box + push alerts · free |
| Deploy custom code: test on staging → production | ✓ git push → build | - | ✓ git | ✓ git, agent-driven - staging-test gate → prod, auto-rollback · free |
Where they go further: odoo.sh fully manages the servers for you - monitoring, backups, CI - and gives each git branch its own build environment; Cloudpepper adds proactive monitoring with automatic recovery from common failures, plus an uptime SLA on its own infrastructure. (OEC.sh, like Zoxron, is self-service on cloud you own - its SLA covers only its own dashboard, not your Odoo.) Zoxron MCP sets Odoo up, hands you the keys, and stays out of the way - ongoing managed operation isn't part of it, by design.
odoo.sh is a product of Odoo S.A.; Cloudpepper and OEC.sh are products of their respective owners. Comparison based on publicly available information from each provider - verify current details with each provider.
Native or Docker - your choice
You pick how Odoo is installed. Native - from the official .deb as a systemd service - is the closest-to-standard path, simplest to troubleshoot and back up, ideal for a single Odoo per server. Docker - one container per instance - gives you container isolation and lets you run several Odoo major versions on one box (for example 16 and 19, which need different Python versions). Either way you get the same deployment: HTTPS, backups, monitoring, upgrades. Choose the mode that fits; the agent does the rest.
Planned
Interview-driven per-client configuration - turn how a business works into Odoo settings
Fully-automatic custom add-on porting - carrying your custom / OCA add-ons across a version upgrade already works today (see “Upgrades” above); still planned is applying every code fix with no developer step at all, plus a “standard Odoo now covers this - you can drop the customization” report you approve on a copy first.
Data import & field mapping - not just Odoo → Odoo, but from other systems too: spreadsheets/CSV, and other ERP/CRM software. You map their fields to Odoo's (with validation + a dry-run preview before anything is written), so a business can move its contacts, products, invoices and history onto Odoo without hand-retyping
One-click multi-provider test deployments
Zoxron MCP is free and available to everyone - create an account and connect your AI agent to start deploying and upgrading Odoo. A full step-by-step Guide walks through exactly what the agent does and what you need.