Skip to content
Cursor

odoo assistant for Cursor

io.github.singleflo/odoo-assistant

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

client:Cursor transport:stdio runtime:pypi

Install odoo assistant in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "odoo-assistant": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

odoo assistant in other clients