
Hosted MCP Server for Odoo
The Odoo MCP Server enables seamless interaction between AI tools and Odoo ERP systems, allowing automated workflows to manage and query business data directly ...

Integrate FlowHunt with Odoo ERP via the Odoo MCP Server to automate business tasks, manage records, and connect your AI workflows to real-time business data.
The Odoo MCP (Model Context Protocol) Server is a tool that enables AI assistants to interact with Odoo ERP systems. By exposing a standardized interface, it allows AI-driven workflows to search, create, update, and manage Odoo records programmatically. This MCP server connects AI tools to Odoo’s database and business logic, enabling tasks such as querying customers or sales orders, managing inventory, or automating record creation. Its integration empowers developers and business users to boost productivity by automating repetitive tasks, surfacing real-time business data, and executing complex domain operations directly from AI clients.
| Tool Name | Description |
|---|---|
| search_records | Search for records in any Odoo model, with support for model, domain filter, fields, limit, offset, and sort order. |
| get_record | Get detailed information about specific records in Odoo. (Parameters not fully detailed in available documentation.) |
| create_record | Add new records to any Odoo model. |
| update_record | Modify existing records in Odoo. |
| delete_record | Remove records from the Odoo system. |
| execute_method | Call custom methods on Odoo models for advanced operations. |
| list_models | Discover all available models in your Odoo instance. |
| model_introspection | Retrieve field definitions for any model, enabling dynamic exploration of the Odoo schema. |
Customer Data Management
Easily search, retrieve, and update customer information in Odoo using AI assistants, streamlining CRM workflows.
Sales Order Automation
Automate the creation, updating, and querying of sales orders, reducing manual entry and improving order processing speed.
Inventory Monitoring
Query product inventory levels, identify low-stock items, and trigger restocking actions from within AI-powered interfaces.
Custom Business Logic Execution
Enable AI tools to call Odoo model methods for custom workflows, such as triggering automated invoicing or custom reports.
Odoo Model Exploration
AI agents can list available models and their field definitions, supporting dynamic exploration and integration of Odoo data structures.
No Windsurf-specific setup instructions are provided in the repository.
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%/Claude/claude_desktop_config.jsonmcpServers object:{
"mcpServers": {
"odoo": {
"command": "python",
"args": ["-m", "mcp_server_odoo"],
"env": {
"ODOO_URL": "https://your-instance.odoo.com",
"ODOO_DB": "your-database",
"ODOO_USERNAME": "your-email@example.com",
"ODOO_API_KEY": "your-api-key"
}
}
}
}
env section above.No Cursor-specific setup instructions are provided in the repository.
No Cline-specific setup instructions are provided in the repository.
To integrate Odoo MCP server into your FlowHunt workflow, add the MCP component and configure it as follows:

Click the MCP component and use this JSON configuration in the system MCP config section:
"odoo": {
"transport": "streamable_http",
"url": "https://yourmcpserver.example/pathtothemcp/url"
}
Replace "odoo" and the URL with your actual MCP server details.
| Section | Availability | Details/Notes |
|---|---|---|
| Overview | ✅ | Summary from README |
| List of Prompts | ⛔ | No prompt templates found |
| List of Resources | ⛔ | No explicit MCP resources described |
| List of Tools | ✅ | search_records, get_record |
| Securing API Keys | ✅ | Uses env in Claude config, .env file described |
| Sampling Support (less important in evaluation) | ⛔ | No mention of sampling support |
Our opinion:
The Odoo MCP Server provides basic but useful integration between AI tools and Odoo ERP, with clear documentation for setup (on Claude) and essential tools. However, there is a lack of advanced MCP features such as prompt templates, resources, or cross-platform setup instructions. It is functional but limited in scope.
| Has a LICENSE | ✅ (GPL-3.0) |
|---|---|
| Has at least one tool | ✅ |
| Number of Forks | 0 |
| Number of Stars | 0 |
Rating: 4/10
The Odoo MCP Server offers essential Odoo integration for AI, but lacks advanced MCP primitives (prompts/resources), multi-platform setup guidance, and has limited community traction.
Unlock the power of AI-driven automation for your Odoo ERP. Easily manage customers, sales, inventory, and more from within FlowHunt.

The Odoo MCP Server enables seamless interaction between AI tools and Odoo ERP systems, allowing automated workflows to manage and query business data directly ...

This article explains how to connect FlowHunt with Odoo and other external BI platforms using MCP servers, details troubleshooting steps for MCP server errors, ...

Integrate FlowHunt with the LiveAgent MCP Server to enable AI-powered automation of helpdesk workflows, including ticket, agent, contact, and department managem...
Cookie Consent
We use cookies to enhance your browsing experience and analyze our traffic. See our privacy policy.