Odoo Assistant runs on your own machine — the client starts it, so there is no endpoint to ping. 109 installs a week from pypi. Last commit 17 Sep 2026.
Odoo virtual employee via MCP: query, create, modify records, workflows, PDFs, and activities.
We read the source, 20 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
return os.path.join(PROFILE_DIR, f"{name}.json")
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add odoo-assistant -- uvx odoo-assistant
{
"mcpServers": {
"odoo-assistant": {
"args": [
"odoo-assistant"
],
"command": "uvx"
}
}
}
[mcp_servers.odoo-assistant]
command = "uvx"
args = ["odoo-assistant"]
{
"mcpServers": {
"odoo-assistant": {
"args": [
"odoo-assistant"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"odoo-assistant": {
"args": [
"odoo-assistant"
],
"command": "uvx"
}
}
}
This one needs environment variables set before it will start:
ODOO_BASE_URL (Your Odoo instance URL (e.g. http://localhost:8069)), ODOO_DB (Odoo database name. Optional: discovered automatically when the instance serves exactly one database; required when it serves several (the error names them).), ODOO_USER (Odoo login username. Optional: omitted, the login is discovered from the API key.), ODOO_API_KEY (Odoo API key (Odoo 14+ required). Generate under Preferences / My Profile > Account Security > New API Key. Passwords are not accepted.), ODOO_MCP_ALLOW (Methods the agent may call. `*` (default) allows every method not denied; `none` makes the server read-only; or a comma-separated list of `method` or `model:method` entries.), ODOO_MCP_DENY (Methods the agent may never call. A value set here REPLACES the default list, which is unlink,archive,action_cancel,button_cancel,action_reverse,action_draft,mailing.mailing:action_send.), ODOO_MCP_ALLOW_UNLINK (Deletion is the one action that cannot be undone: `yes` lets `unlink` through; nothing else can.).
The author declared them in the registry entry; get the values from the project itself.
MCP server for n8n workflow management -- view, create, sync and manage workflows via AI.
MCP server for n8n workflow management -- view, create, sync and manage workflows via AI.
Read MagicBell broadcasts, users, events, workflows and channels; create and update user records.
Run GenflowAI templates and AI creative workflows for ecommerce visuals, UGC ads, and videos.
Create and drive plori cloud agents and workflows over MCP; each agent has its own environment.
Create and manage Convertrilo video encoding jobs from MCP clients and agent workflows.
Store, query, and create YAML workflow playbooks for LLM agents.
Read-only MCP for OpenVibeCoding runs, workflows, proof, queue, replay, and incident reads.
Answers built from our own checks of this server.