Back to Home
softdevarka icon

Odoo-MCP-Server

Verified Safe

by softdevarka

Overview

Integrate Odoo ERP with a Model Context Protocol (MCP) client to enable AI agents (like Claude) to interact with Odoo data and functionality.

Installation

Run Command
cd odoo-mcp-server && npm install && npm start

Environment Variables

  • ODOO_URL
  • ODOO_PORT
  • ODOO_DB
  • ODOO_USERNAME
  • ODOO_PASSWORD

Security Notes

The project includes default/weak Odoo credentials ('admin@example.com', 'admin123') in `config/claude_desktop_config.json` and as fallback environment variables in `index.js`. The `docker-compose.yml` also uses a default 'odoo_password'. These must be changed immediately for any production or public deployment, as they pose a critical security risk. The server itself does not contain malicious patterns or 'eval' statements. Data is transmitted via XML-RPC over HTTP, which could be a concern if not secured with HTTPS (though not explicitly shown in the Odoo client setup).

Similar Servers

Stats

Interest Score0
Security Score4
Cost ClassLow
Avg Tokens500
Stars0
Forks1
Last Update2025-11-20

Tags

OdooERPIntegrationMCPNode.js