MCP-Odoo

by yourtechtribe

14 stars
424 downloads
Not rated
GitHub

About

Model Context Protocol (MCP) server for Odoo integration for finance, allowing AI agents to access and manipulate Odoo data through a standardized interface.

Details

Author
yourtechtribe
GitHub stars
14
Downloads
424
Categories
Other

- Easy integration with Odoo instances
- Standard MCP interface for AI agent compatibility
- Rich accounting data access
- Secure authentication with Odoo

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name MCP-Odoo
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Clone the repository, install dependencies via pip install -r requirements.txt, configure a .env file with Odoo connection details (URL, database, username, password), and start the server with python -m mcp_odoo_public (SSE transport) or python -m mcp_odoo_public --transport stdio for local agent integration.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "mcp-odoo": {
            "model-context-protocol-mcp-odoo": {
                "command": "python",
                "args": [
                    "-m",
                    "mcp_odoo_public"
                ]
            }
        }
    }
}

McpServers

{
    "model-context-protocol-mcp-odoo": {
        "command": "python",
        "args": [
            "-m",
            "mcp_odoo_public"
        ]
    }
}

MCP-Odoo

Model Context Protocol server for Odoo integration, allowing AI agents to access and manipulate Odoo data through a standardized interface.

Overview

MCP-Odoo provides a bridge between Odoo ERP systems and AI agents using the Model Context Protocol (MCP). This enables AI systems to:

- Access partner information
- View and analyze accounting data including invoices and payments
- Perform reconciliation of financial records
- Query vendor bills and customer invoices

Features

- πŸ”Œ Easy integration with Odoo instances
- πŸ€– Standard MCP interface for AI agent compatibility
- πŸ“Š Rich accounting data access
- πŸ”’ Secure authentication with Odoo

Installation

```bash

No reviews yet β€” be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.