Skip to content
Cline

odoo assistant for Cline

io.github.singleflo/odoo-assistant

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

client:Cline transport:stdio runtime:pypi

Install odoo assistant in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "odoo-assistant": {
      "command": "uvx",
      "args": [
        "odoo-assistant"
      ],
      "env": {
        "ODOO_BASE_URL": "<ODOO_BASE_URL>",
        "ODOO_DB": "<ODOO_DB>",
        "ODOO_USER": "<ODOO_USER>",
        "ODOO_API_KEY": "<ODOO_API_KEY>",
        "ODOO_MCP_ALLOW": "<ODOO_MCP_ALLOW>",
        "ODOO_MCP_DENY": "<ODOO_MCP_DENY>",
        "ODOO_MCP_ALLOW_UNLINK": "<ODOO_MCP_ALLOW_UNLINK>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

odoo assistant in other clients