odoo-mcp-19

AlanOgic/odoo-mcp-19
★ 2 stars Python 🔌 API Integration Updated 1d ago
MCP Server for Odoo 19+ with v2 JSON-2 API Support
View on GitHub → Try with Claude — $10 free →

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-19": {
      "command": "uvx",
      "args": [
        "odoo-mcp-19"
      ]
    }
  }
}

Or install with pip: pip install odoo-mcp-19