Mcp Server Odoo

general MCP Server

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.

Install Ready
generalgeneral
4 views317 stars145 forksMPL-2.0

Why This Matters

Discovered via unknown and last synced 3mo ago.

Install Ready
Source
unknown
Stars
317
Last synced
3mo ago
Install
Instructions detected

Install

1. Install the package

uvx mcp-server-odoo

2. Add to claude_desktop_config.json

{
  "mcpServers": {
    "mcp-server-odoo": {
      "command": "npx",
      "args": [
        "mcp-server-odoo"
      ]
    }
  }
}

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)

4
Tools
0
Resources
0
Prompts
Standard I/O
Transport

Available Tools (4)

Specify

field list: Returns only those specific fields

Omit

`fields` or set to `null`: Returns smart selection of common fields

Use

`["__all__"]`: Returns all fields (use with caution)

An

empty list `[]` is treated like `null` (smart defaults)