odoo-mcp-server-unofficial

odoo-mcp-server-unofficial

0

This project provides high-level, secure access to Odoo 18.0 through JSON-RPC and supports document extraction via the Odoo Extract API. It includes several tools for interaction with Odoo models and is equipped for local development with Docker Compose support. The project is accompanied by CI/CD workflows and is open source under the MIT license.

Odoo MCP Server

  • Provides secure access to Odoo 18.0 (JSON-RPC) and Odoo Extract API for OCR document parsing.
  • list_models, get_fields, search_read, create_record, update_record, delete_record, extract_parse, and extract_get_result tools available to interact with Odoo models and handle document extraction tasks.
  • Quick start guide for cloning the repository and configuring with Cline for local server running.
  • Docker Compose setup available for running services locally.
  • Integrations include CI/CD setup using GitHub Actions for linting and testing.
  • Licensed under the MIT License.