odoo-mcp

hazem-gs/odoo-mcp
★ 0 stars Python AI/LLM Updated today
Local stdio MCP server and CLI for Odoo tasks and timesheets
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

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

Or install with pip: pip install odoo-mcp

README Excerpt

This workspace ships a local **stdio MCP server** (`odoo_mcp`) that exposes your self-hosted Odoo project tasks, chatter, and timesheets as ten typed tools an agent can call directly. The same repository still contains the original `odoo_tasks.py` CLI — unchanged behaviorally — which shares the service layer

Tools (15)

ODOO_DBODOO_PASSWORDODOO_URLODOO_USERNAMEcreate_taskcreate_timesheetget_taskget_task_stateslist_my_taskslist_stageslist_timesheetsodoopost_task_messageupdate_taskupdate_timesheet