{
  "markdown": "# claude-odoo-connect\n\nClaude Code plugin — connect Claude to your Odoo instance. Works with Claude Code and Claude Cowork.\n\n## What you get\n\n- **MCP tools** — search, read, create, and write Odoo records through natural language\n- **Odoo knowledge modules** — 5,200+ lines of battle-tested patterns for working with Odoo (CRUD, domains, field types, modules, accounting, attendance, timesheets, and more)\n\n## Install\n\n```bash\n# From the marketplace\n/install claude-odoo-connect\n\n# Or local\nclaude --plugin-dir /path/to/claude-odoo-connect\n```\n\n## Setup\n\nSet environment variables for your Odoo instance:\n\n```bash\nexport ODOO_URL=https://your-odoo.example.com\nexport ODOO_DB=your-database\nexport ODOO_USER=admin\nexport ODOO_PASSWORD=your-password\n```\n\nStart a Claude session — the MCP server connects automatically.\n\n## MCP Tools\n\n| Tool | Description |\n|------|-------------|\n| `odoo_discover` | Semantic model search |\n| `odoo_model_info` | Full field schema for a model |\n| `odoo_search` | Search records with domain filters |\n| `odoo_get` | Fetch specific records by ID |\n| `odoo_create` | Create new records |\n| `odoo_write` | Update existing records |\n| `odoo_get_related` | Follow relational fields |\n\n## For developers\n\nSee [claude-odoo-dev](https://github.com/marcfargas/claude-odoo-dev) for the developer plugin with state management, test environments, and dev workflow agents.\n\n## Part of odoo-toolbox\n\nThis plugin is powered by [@marcfargas/odoo-toolbox](https://github.com/marcfargas/odoo-toolbox). Skills are synced automatically when the underlying packages are updated.\n\n## License\n\nLGPL-3.0 (code), CC0-1.0 (knowledge modules)\n",
  "bytes": 1645,
  "sha": "af1e27515dc465c7949d34e16370ab9405f448b5cebe936149a35f405da3176d",
  "repo_slug": "marcfargas/claude-odoo-connect",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_marcfargas_claude_odoo_connect_claude_od_82aaaf3b/readme"
}