MCP Servers / development / Odoo XML-RPC MCP Server

Odoo XML-RPC MCP Server

JSON →
nonedevelopment

Interact with Odoo instances using the XML-RPC API. Requires configuration via environment variables or config files.

Install
How to run this server
[ { "cmd": "npm install -g .", "imports": [] } ]
server path: odoo-xml-rpc-mcp-server
Tools
What this server exposes
odoo_search
Search for records in an Odoo model.
odoo_read
Read specific records by ID.
odoo_create
Create a new record.
odoo_write
Update existing records.
odoo_unlink
Delete records.
odoo_search_count
Count records matching a domain.
odoo_fields_get
Get field definitions for a model.
odoo_search_read
Search and read in one operation.
Configuration
Environment & auth
authnone
envODOO_URL
Resources
Odoo XML-RPC MCP Server — MCP Server · libregistry