mcpbeat Sign in

Odoo Assistant MCP Server

by singleflo Your server? Claim it
local only

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.

Installs per day peak 462 · avg 58 · -73% w/w
a month agotoday
109
Installs / week
pypi · odoo-assistant
1
Stars
0 open issues
17 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Capabilities

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.

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

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.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add odoo-assistant -- uvx odoo-assistant
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "odoo-assistant": {
      "args": [
        "odoo-assistant"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.odoo-assistant]
command = "uvx"
args = ["odoo-assistant"]
.cursor/mcp.json
{
  "mcpServers": {
    "odoo-assistant": {
      "args": [
        "odoo-assistant"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "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.

Alternatives to Odoo Assistant

same job, measured the same way
n8n Manager MCP
by lukisch

MCP server for n8n workflow management -- view, create, sync and manage workflows via AI.

109 installs/wk local only
n8n Manager MCP
by ellmos-ai

MCP server for n8n workflow management -- view, create, sync and manage workflows via AI.

local only
Magicbell
by usefulapi

Read MagicBell broadcasts, users, events, workflows and channels; create and update user records.

13 tools answering
GenflowAI
by cwjgege

Run GenflowAI templates and AI creative workflows for ecommerce visuals, UGC ads, and videos.

answering
Plori
by plori

Create and drive plori cloud agents and workflows over MCP; each agent has its own environment.

answering
Convertrilo
by serkandrgn

Create and manage Convertrilo video encoding jobs from MCP clients and agent workflows.

91 installs/wk local only
Workflows MCP Server
by cyanheads

Store, query, and create YAML workflow playbooks for LLM agents.

288 installs/wk local only
OpenVibeCoding Read-only MCP
by xiaojiou176-open

Read-only MCP for OpenVibeCoding runs, workflows, proof, queue, replay, and incident reads.

40 installs/wk local only

Odoo Assistant — questions

Answers built from our own checks of this server.

Why is there no uptime for Odoo Assistant?
Odoo Assistant runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package odoo-assistant was installed 109 times last week.
How do I connect Odoo Assistant?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls odoo-assistant straight from pypi; nothing to host, nothing to sign up for.
How many people use Odoo Assistant?
The pypi package odoo-assistant was installed 109 times in the last week. Week over week that is -73%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Odoo Assistant open source?
Yes — it is published under the MIT licence, written in Python and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.