Odoo MCP Server

ERPipe is the managed Odoo MCP gateway from the maintainer of erpipe-org/mcp-odoo, formerly tuanle96/mcp-odoo; the Python project remains the self-hosted server. It runs locally over stdio via the published package.

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-08-25 · ★ 394 · #22 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

MIT · Python servers · how we verify → /methodology

01 · Install Odoo

before you install - you'll need

Set ODOO_URL, ODOO_DB, ODOO_USERNAME, ODOO_TRANSPORT, ODOO_API_KEY, ODOO_JSON2_DATABASE_HEADER, ODOO_MCP_ALLOWED_SIDE_EFFECT_METHODS before connecting. ODOO_PASSWORD is optional or environment-specific per the README.

Claude Code

claude mcp add tuanle96-mcp-odoo -- uvx odoo-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "tuanle96-mcp-odoo": {
      "command": "uvx",
      "args": [
        "odoo-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

pypi package odoo-mcp - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.tuanle96 is GitHub-verified and matches the repo owner

03 · What Odoo can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v1.3.2 · 2026-08-19

PyPI project URL Hosted (ERPipe) now points at Added Hosted MCP · Do not retag v1.3.1 - that GitHub tag exists but never published to PyPI.

v1.3.1 · 2026-08-14

Fixed · A search filter that the server cannot understand is now rejected instead of matching every record. Agents that write the usual Odoo tuple form (for example looking up records by tag) get the intended subset…

v1.3.0 · 2026-07-29

MCP 2026-07-28 support for the local/self-hosted Odoo MCP server. · Highlights: · Stable MCP Python SDK 2.x and the 2026-07-28 protocol lifecycle, while retaining 2025-11-25 client compatibility. · Era-portable write…

04 · Who maintains Odoo

mcp-odoo is maintained by tuanle96. It's the only MCP server we track from this author; the repo dates to Mar 2025.

05 · Facts

category
other - ranked #22 of 848 actively-maintained other servers as of 2026-08-25.
release cadence
10+ releases in the last 90 days (latest 2026-08-19)
registry
io.github.tuanle96/mcp-odoo (active, first published 2026-06-10 · 10 versions)
packages
pypi:odoo-mcp

06 · Odoo FAQ

What is Odoo?

ERPipe is the managed Odoo MCP gateway from the maintainer of erpipe-org/mcp-odoo, formerly tuanle96/mcp-odoo; the Python project remains the self-hosted server. It runs locally over stdio via the published package.

Is Odoo still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-25 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install Odoo?

Run `uvx odoo-mcp`. The README documents 8 environment variables (ODOO_URL, ODOO_DB, ODOO_USERNAME…) to set first. Set ODOO_URL, ODOO_DB, ODOO_USERNAME, ODOO_TRANSPORT, ODOO_API_KEY, ODOO_JSON2_DATABASE_HEADER, ODOO_MCP_ALLOWED_SIDE_EFFECT_METHODS before connecting. ODOO_PASSWORD is optional or environment-specific per the README. You can also paste the ready-made client config above.

Does Odoo run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Odoo