odoo-mcp-server
Verified Safeby deeprunnerai
Overview
An MCP server enabling AI assistants like Claude to interact with Odoo ERP for reading and writing data across various modules.
Installation
node dist/index.jsEnvironment Variables
- ODOO_URL
- ODOO_DB
- ODOO_USERNAME
- ODOO_PASSWORD
Security Notes
The server correctly retrieves Odoo credentials from environment variables, preventing hardcoded secrets. It utilizes HTTPS for Odoo communication if configured, enhancing transport security. The `odoo_execute` tool, while powerful, directly exposes Odoo's method execution capabilities, which requires careful handling by the AI agent to prevent unintended operations. The overall design is sound for its intended purpose, but relies on secure environment configuration and responsible AI agent behavior.
Similar Servers
mcp-server-odoo
Enables AI assistants to interact with Odoo ERP systems, providing natural language access to business data for searching, creating, updating, and deleting records.
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.
mcp-devtools-server
This MCP server standardizes development tool patterns and provides AI-powered integrations to enable Claude Code to generate code more efficiently, reduce errors, and improve autocorrection for various programming languages and workflows.
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.