Skip to content
Claude Desktop

odoo assistant for Claude Desktop

io.github.singleflo/odoo-assistant

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

client:Claude Desktop transport:stdio runtime:pypi

Install odoo assistant in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.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>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

odoo assistant in other clients