# Odoo MCP servers and alternatives (2026)

Last updated: 2026-07-20
Canonical: https://erpipe.com/alternatives/odoo-mcp-servers

## Category definition

An Odoo MCP server exposes Odoo operations as Model Context Protocol tools so agents (ChatGPT, Claude, Cursor, custom) can work with live ERP data under explicit auth and operator controls.

## Options

### ERPipe (hosted)

- Best for: production Odoo + multiple MCP clients + governance
- Pros: hosted control plane; writes off by default; approvals; audit; multi-instance
- Cons: hosted dependency; beta packaging still evolving

### Custom MCP server on your infra

- Best for: platform teams with strict residency requirements
- Pros: full code control; private network colocation
- Cons: you own OAuth, tenancy, audit, client churn

### Raw XML-RPC / JSON-2 from the agent

- Best for: throwaway scripts
- Pros: minimal parts
- Cons: no MCP contract; credential exposure risk; no shared governance

### Export CSV + offline LLM

- Best for: one-off analysis without live writes
- Pros: simple; no mutation risk
- Cons: stale data; weak interactive workflows

## Evaluation criteria

1. Writes start off with preview/approval?
2. Odoo ACLs still authoritative?
3. Can you revoke a client without rotating Odoo passwords?
4. Real audit trail?
5. Explicit multi-instance routing?
6. Who owns MCP client breakage?

## Related

- HTML: https://erpipe.com/alternatives/odoo-mcp-servers
- Build vs buy: https://erpipe.com/compare/build-vs-buy-odoo-mcp
- Pricing: https://erpipe.com/pricing.md
