mcp-server-odoo
Verified Safeby ivnvxd
Overview
Enables AI assistants to interact with Odoo ERP systems, providing natural language access to business data for searching, creating, updating, and deleting records.
Installation
uvx mcp-server-odooEnvironment Variables
- ODOO_URL
- ODOO_API_KEY
- ODOO_USER
- ODOO_PASSWORD
Security Notes
The server implements strong security practices including explicit warnings and logging for 'YOLO mode' (a dangerous development-only feature that bypasses security checks), comprehensive error sanitization to prevent information leakage, and reliance on Odoo's native MCP module for production-grade access control. Authentication is handled via API keys or username/password through environment variables. The primary security risk is the misuse of 'YOLO mode' in production, which is explicitly warned against in the documentation and code. The 'streamable-http' transport also requires careful securing (e.g., HTTPS, network ACLs) if exposed remotely.
Similar Servers
d365fo-client
This server provides a Model Context Protocol (MCP) interface for a D365 F&O client, enabling AI assistants and other MCP-compatible tools to interact with Microsoft Dynamics 365 Finance & Operations environments for metadata retrieval, CRUD operations, action execution, and data querying.
bc-webclient-mcp-server
Enable AI agents (like Claude) to interact with Business Central (BC) by translating high-level commands into BC WebSocket protocol interactions, specifically tailored for on-premises BC deployments via runtime patching.
sap-datasphere-mcp
AI-powered data exploration, integration, and management for SAP Datasphere environments, enabling natural language interaction for data discovery, metadata exploration, analytics, ETL, and database user management.
claude-odoo-api
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.