Talk to your Odoo ERP in plain English.
An MCP server that connects Claude to your Odoo instance. Query data, create records, and build reusable workflows—all through natural conversation.
"Draft invoices for all outstanding timesheets for Acme Inc"
No API syntax. No field lookups. No hunting through models. Just describe what you need.
Before: Writing Python scripts, memorizing execute_kw syntax, hunting through Odoo's 500+ models for the right field names.
After: Describe what you need. Claude figures out the rest.
But the real power is natural language SOPs. When you complete a complex task—reconciling invoices, importing products, generating reports—save it as a procedure. Next time, anyone on your team just says "run the monthly-sales-report SOP" and it happens. Same steps, every time. Knowledge that doesn't walk out the door.
Add to your project's .mcp.json:
{
"mcpServers": {
"odoo": {
"command": "npx",
"args": ["odoo-mcp"],
"env": {
"ODOO_URL": "https://your-instance.odoo.com",
"ODOO_DB": "your_database",
"ODOO_USERNAME": "your_username",
"ODOO_PASSWORD": "your_api_key"
}
}
}
}Start Claude Code. You're connected.
User Guide — Complete guide including:
- The power of natural language SOPs
- Configuration options
- Building your SOP library
- Troubleshooting
Example SOPs — Ready-to-use templates to get you started.
- Query anything — Partners, invoices, products, stock levels, any of Odoo's 500+ models
- Create and update records — Invoices, orders, contacts, journal entries
- Bulk operations — Import data with batching and error handling
- Save procedures — Capture complex workflows as reusable SOPs
- Share knowledge — Commit
.odoo-mcp/to git, team learns instantly
- Odoo 14+ with XML-RPC enabled (default)
- API key (Custom plans only—not available on One App Free or Standard)
- Node.js 18+
| Odoo Version | Status | Notes |
|---|---|---|
| 19 | ✅ Tested | Latest version (2025), full support |
| 18 | ✅ Tested | Full support |
| 17 | ✅ Tested | Full support |
| 16 | ✅ Tested | Full support |
| 15 | ✅ Tested | Full support |
| 14 | ✅ Tested | Full support |
All 99 integration tests run against each version in CI.
MIT