Skip to content
Grok

odoo assistant for Grok

io.github.singleflo/odoo-assistant

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

client:Grok transport:stdio runtime:pypi

Install odoo assistant in Grok

.mcp.json (in your project root)

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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

odoo assistant in other clients