Loading MCP server directory, please wait...
Workflow-native MCP server for safe Odoo Enterprise back-office operations
npx @getmcp/cli add io.github.ebmurha/odoo-mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
ODOO_MCP_ODOO_URLBase URL of the Odoo Enterprise deployment
ODOO_MCP_ODOO_DATABASEOdoo database name
ODOO_MCP_ODOO_USERNAMEDedicated Odoo technical-user login
ODOO_MCP_ODOO_API_KEYAPI key for the dedicated Odoo technical user
ODOO_MCP_ALLOWED_COMPANY_IDSComma-separated authorized Odoo company IDs
ODOO_MCP_DEFAULT_COMPANY_IDDefault authorized Odoo company ID
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.ebmurha/odoo-mcp": {
"command": "uvx",
"args": [
"odoo-erp-mcp"
],
"env": {
"ODOO_MCP_ODOO_URL": "",
"ODOO_MCP_ODOO_DATABASE": "",
"ODOO_MCP_ODOO_USERNAME": "",
"ODOO_MCP_ODOO_API_KEY": "",
"ODOO_MCP_ALLOWED_COMPANY_IDS": "",
"ODOO_MCP_DEFAULT_COMPANY_ID": ""
}
}
}
}