MCP-Odoo
About
Model Context Protocol (MCP) server for Odoo integration for finance, allowing AI agents to access and manipulate Odoo data through a standardized interface.
Details
- Author
- yourtechtribe
- GitHub stars
- 14
- Downloads
- 424
- Categories
- Other
Jump to
- Easy integration with Odoo instances
- Standard MCP interface for AI agent compatibility
- Rich accounting data access
- Secure authentication with Odoo
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
MCP-OdooCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Clone the repository, install dependencies via pip install -r requirements.txt, configure a .env file with Odoo connection details (URL, database, username, password), and start the server with python -m mcp_odoo_public (SSE transport) or python -m mcp_odoo_public --transport stdio for local agent integration.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"mcp-odoo": {
"model-context-protocol-mcp-odoo": {
"command": "python",
"args": [
"-m",
"mcp_odoo_public"
]
}
}
}
}
McpServers
{
"model-context-protocol-mcp-odoo": {
"command": "python",
"args": [
"-m",
"mcp_odoo_public"
]
}
}
MCP-Odoo
Model Context Protocol server for Odoo integration, allowing AI agents to access and manipulate Odoo data through a standardized interface.
Overview
MCP-Odoo provides a bridge between Odoo ERP systems and AI agents using the Model Context Protocol (MCP). This enables AI systems to:
- Access partner information
- View and analyze accounting data including invoices and payments
- Perform reconciliation of financial records
- Query vendor bills and customer invoices
Features
- π Easy integration with Odoo instances
- π€ Standard MCP interface for AI agent compatibility
- π Rich accounting data access
- π Secure authentication with Odoo
Installation
```bash
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



