Odel
odoo assistant mcp

odoo assistant mcp

Local
@singlefloPythonMITUpdated 1w ago

Odoo virtual employee via MCP: query, create, modify records, workflows, PDFs, and activities.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIodoo-assistantv0.1.2

Run

uvx odoo-assistant

MCP client config

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