Odoo Assistant MCP
O

Odoo Assistant MCP

An MCP server that connects Claude with the Odoo ERP system, allowing users to query data, create records, and build repeatable workflows using natural language without memorizing API syntax or field names.
2.5 points
0

What is Odoo MCP Server?

Odoo MCP Server is a bridge that connects the Claude AI assistant with the Odoo ERP system. It allows you to interact with Odoo using natural language, as simple as having a conversation with a colleague. Whether you're querying customer information, creating invoices, managing inventory, or generating reports, you can describe your needs in everyday language, and the system will automatically handle all technical details.

How to use Odoo MCP Server?

Using Odoo MCP Server is very simple: 1) Add configuration to your project, 2) Start Claude Code, 3) Begin conversing with Odoo in natural language. The system will automatically convert your request into an Odoo API call, perform the corresponding operation, and return the results in an easy-to-understand manner.

Applicable scenarios

Odoo MCP Server is particularly suitable for: business users who need to interact with Odoo frequently but don't want to learn complex APIs; teams that want to quickly automate repetitive tasks; enterprises that need to standardize complex business processes into repeatable steps; and organizations that want to reduce the learning curve for new employees.

Main features

Natural language query
Query any data in Odoo using everyday language without memorizing model names or field structures. It supports comprehensive queries for over 500 Odoo models.
Intelligent record operation
Create, update, and delete Odoo records. The system automatically handles field mapping and data validation. It supports various record types such as invoices, orders, contacts, and journals.
Batch data processing
Import and export data in batches. It supports automatic batch processing and error recovery mechanisms to ensure the security and efficiency of large-volume data operations.
Standardized operating procedure (SOP)
Save complex business processes as reusable standard operating procedures. Team members can simply call the SOP name to execute the complete process, ensuring operational consistency and knowledge inheritance.
Team knowledge sharing
Share the SOP library via Git. New employees can immediately access the best practices accumulated by the team, reducing training costs and improving overall efficiency.
Advantages
Zero learning curve: No need to learn Odoo API syntax or look up field names
Improved efficiency: Complex operations are reduced from hours to minutes
Knowledge solidification: Convert expert experience into repeatable SOPs
Reduced error rate: Standardized processes reduce human operation errors
Team collaboration: The SOP library facilitates knowledge sharing and inheritance
Limitations
Requires Odoo version 14+ and XML-RPC to be enabled
Requires an API key (not available for custom plans, One App Free or Standard editions)
Requires a Node.js 18+ runtime environment
Complex custom modules may require additional configuration

How to use

Environment preparation
Ensure that your Odoo instance version is 14 or higher and XML-RPC is enabled. Obtain an API key and install a Node.js 18+ runtime environment.
Configure the connection
Create or edit the .mcp.json file in the project root directory and add the Odoo MCP Server configuration, including the Odoo instance URL, database name, username, and API key.
Start the service
Start Claude Code, and the system will automatically connect to the Odoo MCP Server. You can see that the Odoo tools are available in the Claude interface.
Start the conversation
Describe your needs in natural language, such as querying data, creating records, or executing SOPs. Claude will understand your intention and call the corresponding tools.
Create an SOP
After completing a complex task, you can save it as a standard operating procedure for future reuse or sharing with team members.

Usage examples

Monthly sales report generation
Sales managers need to generate monthly sales reports. Traditionally, this requires manually exporting and organizing data. After using Odoo MCP Server, it can be automatically completed by simply describing the needs.
New customer onboarding process
New customer onboarding involves multiple steps: creating customer records, setting payment terms, assigning sales representatives, etc. Traditionally, it's easy to miss steps.
Inventory warning handling
Inventory administrators need to regularly check low-inventory products and create purchase orders. Traditionally, this is time-consuming and error-prone.

Frequently asked questions

Which Odoo versions does Odoo MCP Server support?
Is an Odoo API key required? How can I obtain it?
What is an SOP (Standard Operating Procedure)? How can I create one?
How is the system's security guaranteed?
How can I troubleshoot connection issues?

Related resources

User guide
A complete user guide, including SOP creation, configuration options, and troubleshooting
Example SOP library
Pre-made standard operating procedure templates that can be used directly or as a reference for creating custom SOPs
Odoo official API documentation
Official technical documentation for the Odoo external API
Model Context Protocol official website
Official introduction and specification documentation for the MCP protocol
GitHub repository
Project source code, issue tracking, and contribution guidelines

Installation

Copy the following command to your Client for configuration
{
  "mcpServers": {
    "odoo": {
      "command": "npx",
      "args": ["odoo-mcp"],
      "env": {
        "ODOO_URL": "https://your-instance.odoo.com",
        "ODOO_DB": "your_database",
        "ODOO_USERNAME": "your_username",
        "ODOO_PASSWORD": "your_api_key"
      }
    }
  }
}
Note: Your key is sensitive information, do not share it with anyone.

Alternatives

V
Vestige
Vestige is an AI memory engine based on cognitive science. By implementing 29 neuroscience modules such as prediction error gating, FSRS - 6 spaced repetition, and memory dreaming, it provides long - term memory capabilities for AI. It includes a 3D visualization dashboard and 21 MCP tools, runs completely locally, and does not require the cloud.
Rust
4.5K
4.5 points
B
Better Icons
An MCP server and CLI tool that provides search and retrieval of over 200,000 icons, supports more than 150 icon libraries, and helps AI assistants and developers quickly obtain and use icons.
TypeScript
6.7K
4.5 points
A
Assistant Ui
assistant - ui is an open - source TypeScript/React library for quickly building production - grade AI chat interfaces, providing composable UI components, streaming responses, accessibility, etc., and supporting multiple AI backends and models.
TypeScript
6.2K
5 points
A
Apify MCP Server
The Apify MCP Server is a tool based on the Model Context Protocol (MCP) that allows AI assistants to extract data from websites such as social media, search engines, and e-commerce through thousands of ready-to-use crawlers, scrapers, and automation tools (Apify Actors). It supports OAuth and Skyfire proxy payment and can be integrated into MCP clients such as Claude and VS Code through HTTPS endpoints or local stdio.
TypeScript
6.4K
5 points
R
Rsdoctor
Rsdoctor is a build analysis tool specifically designed for the Rspack ecosystem, fully compatible with webpack. It provides visual build analysis, multi - dimensional performance diagnosis, and intelligent optimization suggestions to help developers improve build efficiency and engineering quality.
TypeScript
9.3K
5 points
N
Next Devtools MCP
The Next.js development tools MCP server provides Next.js development tools and utilities for AI programming assistants such as Claude and Cursor, including runtime diagnostics, development automation, and document access functions.
TypeScript
9.7K
5 points
T
Testkube
Testkube is a test orchestration and execution framework for cloud-native applications, providing a unified platform to define, run, and analyze tests. It supports existing testing tools and Kubernetes infrastructure.
Go
6.5K
5 points
M
MCP Windbg
An MCP server that integrates AI models with WinDbg/CDB for analyzing Windows crash dump files and remote debugging, supporting natural language interaction to execute debugging commands.
Python
10.5K
5 points
N
Notion Api MCP
Certified
A Python-based MCP Server that provides advanced to-do list management and content organization functions through the Notion API, enabling seamless integration between AI models and Notion.
Python
20.3K
4.5 points
M
Markdownify MCP
Markdownify is a multi-functional file conversion service that supports converting multiple formats such as PDFs, images, audio, and web page content into Markdown format.
TypeScript
34.2K
5 points
G
Gitlab MCP Server
Certified
The GitLab MCP server is a project based on the Model Context Protocol that provides a comprehensive toolset for interacting with GitLab accounts, including code review, merge request management, CI/CD configuration, and other functions.
TypeScript
25.4K
4.3 points
D
Duckduckgo MCP Server
Certified
The DuckDuckGo Search MCP Server provides web search and content scraping services for LLMs such as Claude.
Python
72.3K
4.3 points
U
Unity
Certified
UnityMCP is a Unity editor plugin that implements the Model Context Protocol (MCP), providing seamless integration between Unity and AI assistants, including real - time state monitoring, remote command execution, and log functions.
C#
31.0K
5 points
F
Figma Context MCP
Framelink Figma MCP Server is a server that provides access to Figma design data for AI programming tools (such as Cursor). By simplifying the Figma API response, it helps AI more accurately achieve one - click conversion from design to code.
TypeScript
64.3K
4.5 points
G
Gmail MCP Server
A Gmail automatic authentication MCP server designed for Claude Desktop, supporting Gmail management through natural language interaction, including complete functions such as sending emails, label management, and batch operations.
TypeScript
21.0K
4.5 points
M
Minimax MCP Server
The MiniMax Model Context Protocol (MCP) is an official server that supports interaction with powerful text-to-speech, video/image generation APIs, and is suitable for various client tools such as Claude Desktop and Cursor.
Python
47.4K
4.8 points
AIBase
Zhiqi Future, Your AI Solution Think Tank
© 2026AIBase