tuanle96/mcp-odoo
MCP Server for Odoo
Overview
tuanle96/mcp-odoo is a Python MCP server licensed under MIT. MCP Server for Odoo Topics: mcp, mcp-server, mcp-servers, odoo, odoo-mcp.
Ranked #9342 out of 25632 indexed tools.
Ecosystem
Python MIT
mcpmcp-servermcp-serversodooodoo-mcp
Signal Breakdown
Stars 289
Freshness 11mo ago
Issue Health 12%
Contributors 2
Dependents 1
Forks 133
Description Brief
License MIT
How to Improve
Description low impact
Freshness high impact
Issue Health high impact
Matched Queries
From the README
# Odoo MCP Server
An MCP server implementation that integrates with Odoo ERP systems, enabling AI assistants to interact with Odoo data and functionality through the Model Context Protocol.
## Features
* **Comprehensive Odoo Integration**: Full access to Odoo models, records, and methods
* **XML-RPC Communication**: Secure connection to Odoo instances via XML-RPC
* **Flexible Configuration**: Support for config files and environment variables
* **Resource Pattern System**: URI-based access to Odoo data structures
* **Error Handling**: Clear error messages for common Odoo API issues
* **Stateless Operations**: Clean request/response cycle for reliable integration
## Tools
* **execute_method**
* Execute a custom method on an Odoo model
* Inputs:
* `model` (string): The model name (e.g., 'res.partner')
* `method` (string): Method name to execute
* `args` (optional array): Positional arguments
* `kwargs` (optional object): Keyword arguments
* Returns: Dictionary Read full README on GitHub →
Are you the maintainer? Claim this listing