MCP Server for Odoo
Supports UIby ivnvxd
Securely interact with Odoo ERP systems to retrieve and manipulate business data using natural language.
What it does
This server enables AI assistants to connect to any Odoo instance via XML-RPC. It allows the AI to search for records, create new entries, update data, and inspect model fields across the entire ERP system, respecting Odoo's native access rights.
Tools
search_records: Find records in any model with complex filters (domain).get_record: Retrieve a specific record by ID with smart field selection.create_record: Add new records to Odoo with validation.update_record: Modify existing record values.delete_record: Remove records respecting model permissions.list_models: Discover models enabled for MCP access.
Installation
{
"mcpServers": {
"odoo": {
"command": "uvx",
"args": ["mcp-server-odoo"],
"env": {
"ODOO_URL": "https://your-odoo-instance.com",
"ODOO_API_KEY": "your-api-key-here"
}
}
}
}
Supported hosts
Confirmed for Claude Desktop, Claude Code, Cursor, VS Code Copilot, Windsurf, and Zed.
Quick install
uvx mcp-server-odooInformation
- Pricing
- free
- Published
- 4/14/2026
- stars






