MCP Directory
Back

mcp-odoo

by tuanle96 · Python · ★ 348

MCP Server for Odoo

#mcp#mcp-server#mcp-servers#odoo#odoo-mcp

Install

pip install git+https://github.com/tuanle96/mcp-odoo.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "mcp-odoo": {
      "command": "uvx",
      "args": [
        "git+https://github.com/tuanle96/mcp-odoo.git"
      ]
    }
  }
}

From the README

The Odoo MCP that is fluent in every Odoo version. Five-minute install. Zero Odoo-side setup. Safe writes, real diagnostics, JSON-2 ready years before the Odoo 22 XML-RPC removal. Odoo MCP turns any Odoo 16+ database into a Model Context Protocol server — using only your existing credentials. **No App Store module, no permission setup, no admin access required.** Built for local agents, IDEs, and automation tools that need real Odoo context without hand-rolled scripts or unsafe direct write access. It speaks XML-RPC for Odoo 16-18 and External JSON-2 for Odoo 19+. It…
Read full README on GitHub →

Related other servers