Loading MCP server directory, please wait...
Odoo virtual employee via MCP: query, create, modify records, workflows, PDFs, and activities.
npx @getmcp/cli add io.github.singleflo/odoo-assistantRequires Python 3.10+. Community-contributed server. Review source before installing.
ODOO_BASE_URLYour Odoo instance URL (e.g. http://localhost:8069)
ODOO_API_KEYOdoo API key (Odoo 14+ required). Generate under Preferences / My Profile > Account Security > New API Key. Passwords are not accepted.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.singleflo/odoo-assistant": {
"command": "uvx",
"args": [
"odoo-assistant"
],
"env": {
"ODOO_BASE_URL": "",
"ODOO_DB": "",
"ODOO_USER": "",
"ODOO_API_KEY": "",
"ODOO_MCP_MAX_LEVEL": "",
"ODOO_MCP_PROTECTED_HOSTS": ""
}
}
}
}