MCP Server for Odoo
@ivnvxd
关于 MCP Server for Odoo
Model Context Protocol (MCP) server that enables AI assistants to securely interact with Odoo ERP systems through standardized resources and tools for data retrieval and manipulation.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-server-odoo": {
"command": "docker",
"args": [
"run",
"--rm",
"-p",
"8000:8000",
"\\"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is MCP Server for Odoo?
MCP Server for Odoo is a server that enables AI assistants like Claude to interact with Odoo ERP systems through natural language. It can search, create, update, and delete records, and works with any Odoo instance — using YOLO mode for quick testing or the Odoo MCP module for production security.
How to use MCP Server for Odoo?
Install via uvx and configure environment variables in your MCP settings file (e.g., ODOO_URL, ODOO_API_KEY, ODOO_DB). The server runs on your local machine, not on the Odoo server. Alternatively, use Docker, pip, or run from source.
Key features of MCP Server for Odoo
- Search and retrieve any Odoo record
- Create, update, and delete records with permission checks
- Count records matching specific criteria
- Inspect model fields to understand data structure
- Server-side aggregation (group, sum, count)
- Workflow actions via an opt-in escape hatch
- Secure API key or username/password authentication
- Smart pagination and smart field selection
- LLM-optimized hierarchical text output
- Multi-language support and YOLO mode for quick testing
Use cases of MCP Server for Odoo
- Automate customer, product, or invoice lookups and creation via chat
- Update existing business records without manual form filling
- Aggregate sales data (e.g., total sales by month) without exporting
- Confirm sales orders or post invoices using workflow methods
- Quickly explore and inspect Odoo model fields during development
FAQ from MCP Server for Odoo
How do I authenticate with my Odoo instance?
You must provide either an API key (ODOO_API_KEY) or both a username (ODOO_USER) and password (ODOO_PASSWORD). API key authentication is recommended for better security.
What is YOLO mode and when should I use it?
YOLO mode bypasses MCP security and works with any Odoo version that has XML-RPC enabled. It is intended for development/testing/demos only and exposes the full Odoo backend — use the Odoo MCP module for production.
Does the server work with any Odoo version?
In standard mode (production), Odoo 16.0+ with the Odoo MCP module is required. In YOLO mode, any Odoo version with XML-RPC enabled works.
What are the system requirements?
Python 3.10 or higher on the local machine, UV installed, and access to an Odoo instance. No installation is needed on the Odoo server itself.
Can I run it over HTTP?
Yes, use the streamable-http transport. However, this transport has no built-in client authentication — any client that can reach the port gets full Odoo access. Keep the default localhost bind or front it with an authenticating reverse proxy.
其他 分类下的更多 MCP 服务器
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.

EverArt
modelcontextprotocolModel Context Protocol Servers
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
评论