ProductivityPython

mcp-server-odoo

A Model Context Protocol (MCP) server that enables AI assistants to securely interact with Odoo ERP systems.

Free
N/A rating (0 reviews)0 installs224 GitHub stars
OdooMCPAIERP

This MCP server allows AI assistants to access and manipulate business data within Odoo ERP systems through natural language commands. Users can search for records, create new entries, update existing data, and manage their Odoo instance efficiently and securely. The server supports various features such as smart field selection, pagination, and secure access through API keys or authentication.

Compatible with

Claude DesktopCursor

Install

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server-odoo": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-odoo"
      ]
    }
  }
}

Config File Location

Mac: ~/Library/Application Support/Claude/claude_desktop_config.json

Windows: %APPDATA%\Claude\claude_desktop_config.json

Linux: ~/.config/claude/claude_desktop_config.json

Some servers require additional setup - check the GitHub README for specific instructions.

Permissions

ok0
ok1