MCP Directory
Back

mcp-server-odoo

by ivnvxd · Python · ★ 325

Model Context Protocol (MCP) server that enables AI assistants to securely interact with Odoo ERP systems through standardized resources and tools for data retrieval and manipulation.

#ai#erp#llm#mcp#mcp-server#mcp-servers#model-context-protocol#odoo#odoo-mcp

Install

pip install git+https://github.com/ivnvxd/mcp-server-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-server-odoo": {
      "command": "uvx",
      "args": [
        "git+https://github.com/ivnvxd/mcp-server-odoo.git"
      ]
    }
  }
}

From the README

[](https://github.com/ivnvxd/mcp-server-odoo/actions/workflows/ci.yml) [](https://codecov.io/gh/ivnvxd/mcp-server-odoo) [](https://github.com/astral-sh/ruff) [](https://github.com/astral-sh/ty) [](https://www.python.org/downloads/) [](https://opensource.org/licenses/MPL-2.0) An MCP server that enables AI assistants like Claude to interact with Odoo ERP systems. Access business data, search records, create new entries, update existing data, and manage your Odoo instance through natural language. **Works with any Odoo instance!** Use [YOLO mode](#yolo-mode-developmenttesting-only-) for quick t…
Read full README on GitHub →

Related ai & ml servers