odoo-mcp v0.0.1 - First Release
We're excited to announce the first release of odoo-mcp
, a powerful MCP Server for Odoo Integration!
Overview
The odoo-mcp
package provides a seamless way to connect Odoo ERP with Claude AI agents through the MCP protocol. This integration enables AI-powered automation, data analysis, and interaction with your Odoo instance.
Features
- Easy connection to Odoo instances via XMLRPC
- Seamless integration with Claude AI through MCP protocol
- Command-line interface for quick setup and testing
- Extensible architecture for custom integrations
Installation
You can install the package directly from PyPI:
pip install odoo-mcp
Getting Started
After installation, you can use the package via its command-line interface:
odoo-mcp --host <odoo-host> --port <odoo-port> --db <database> --user <username> --password <password>
Or import it in your Python code:
from odoo_mcp import OdooClient
client = OdooClient(
host="<odoo-host>",
port=<odoo-port>,
db="<database>",
user="<username>",
password="<password>"
)
# Use the client to interact with Odoo
Future Plans
We're actively working on enhancing the package with more features and improvements:
- Additional authentication methods
- More comprehensive error handling
- Advanced query capabilities
- Expanded documentation and examples
We welcome contributions and feedback from the community!
Links
Thank you for your interest in odoo-mcp
!