A Model Context Protocol (MCP) server for Odoo ERP systems. Provides tools for CRUD operations, searching records, aggregating data, posting messages, and listing models. Version 0.6.0 supports Python >=3.10 and connects to Odoo via XML-RPC. Released under MIT license with recent active development.
pip install mcp-server-odooNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic stdio server start. Requires environment variables: ODOO_URL, ODOO_DB, ODOO_USERNAME, ODOO_API_KEY.
Upgrade to >=0.5.2.
Set `ODOO_MCP_DEFAULT_LIMIT` to your desired default limit for search records.
Set env var `ODOO_MCP_ENABLE_METHOD_CALLS=1` to enable the tool.
Run `pip install mcp-server-odoo` in the correct environment.
Set all required environment variables before starting the server.