mcpbeat Sign in

MCP Odoo MCP Server

local only

MCP Odoo runs on your own machine — the client starts it, so there is no endpoint to ping. 971 installs a week from pypi. Last commit 25 Aug 2026.

Odoo MCP: gated writes, multi-instance. Free hosted: ERPipe (mcp.erpipe.com)

Installs per day peak 310 · avg 121 · +34% w/w
a month agotoday
971
Installs / week
pypi · odoo-mcp
413
Stars
2 open issues
25 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Python

What changed 41

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 9 August 2026. No other catalogue keeps this.

18 Sep the owner changed
17 Sep the owner changed
16 Sep the owner changed
15 Sep the owner changed
14 Sep the owner changed
13 Sep the owner changed
12 Sep the owner changed
11 Sep the owner changed
10 Sep the owner changed
9 Sep the owner changed
and 31 more, back to 9 August 2026

Nothing serious here today

Today is the operative word: we check MCP Odoo every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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

This one needs environment variables set before it will start: ODOO_URL (Odoo server URL, e.g. https://mycompany.odoo.com), ODOO_DB (Odoo database name), ODOO_USERNAME (Odoo login (email)), ODOO_PASSWORD (Odoo password or API key). The author declared them in the registry entry; get the values from the project itself.

Alternatives to MCP Odoo

same job, measured the same way
MCP Odoo
by erpipe-org

Odoo MCP: gated writes, multi-instance. Free hosted: ERPipe (mcp.erpipe.com)

local only
Odoo
by odooconsole

Odoo ERP for AI agents: hosted OAuth endpoint, gated writes, one endpoint for every instance.

answering
Sn MCP Server
by imjaineel

Multi-instance read-only MCP server for ServiceNow

58 installs/wk local only
Airflow
by us-all

Airflow MCP — list DAGs/runs/task instances, tail logs, trigger and clear (write-gated)

80 installs/wk local only
exchangerate
by pipeworx-io

ExchangeRate MCP — wraps open.er-api.com (free, no auth)

33 tools answering
ShipStatic
by shipstatic

Deploy static websites from AI agents. Free at mcp.shipstatic.com — no install, no signup.

1 622 installs/wk 15 tools answering
Blogbat
by pooriaarab

Hosted MCP for BlogBat: read, write, generate, and publish blog articles and content.

answering
Iso
by pipeworx-io

ISO Standards MCP — hosted.

35 tools answering

MCP Odoo — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Odoo?
MCP Odoo 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-mcp was installed 971 times last week.
How do I connect MCP Odoo?
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-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use MCP Odoo?
The pypi package odoo-mcp was installed 971 times in the last week. Week over week that is +34%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MCP Odoo open source?
Yes — it is published under the MIT licence, written in Python, 413 stars on GitHub and 2 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.