Back to Home
bmya icon

claude-odoo-api

Verified Safe

by bmya

Overview

The Odoo MCP Server provides tools to interact with Odoo 19's External JSON-2 API, enabling AI clients to perform CRUD operations and queries on Odoo databases with multi-company support.

Installation

Run Command
docker run --rm -i --env-file /path/to/your/repo/.env odoo-mcp-server

Environment Variables

  • ODOO_URL
  • ODOO_DATABASE
  • ODOO_API_KEY

Security Notes

The server demonstrates good security practices including a multi-stage Docker build, running as a non-root user (UID 1000), and proper handling of sensitive API keys via an external .env file (mounted read-only). It uses robust error handling, connection pooling, and configurable timeouts/retries. No 'eval' or other direct code execution vulnerabilities are apparent in the provided source. The primary security consideration is the secure management of the Odoo API Key by the user outside the application code.

Similar Servers

Stats

Interest Score18
Security Score9
Cost ClassMedium
Avg Tokens1500
Stars2
Forks0
Last Update2025-12-27

Tags

OdooERPAPIMCPBusinessDocker