Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Odoo Server (Remote)

FreeNot checked

Remote MCP server for Odoo ERP — exposes Odoo operations over Streamable HTTP with bearer token authentication.

GitHubEmbed

About

Remote MCP server for Odoo ERP — exposes Odoo operations over Streamable HTTP with bearer token authentication.

README

Remote MCP server for Odoo ERP — exposes Odoo operations over Streamable HTTP with bearer token authentication.

Quick Start

cp .env.example .env
# Edit .env with your Odoo credentials and MCP_API_KEY

pip install -e .
python -m odoo_mcp_remote

Docker

cp .env.example .env
docker compose up --build

Client Configuration

Claude Desktop / Claude Code

If your client supports streamable-http natively:

{
  "mcpServers": {
    "odoo": {
      "type": "streamable-http",
      "url": "http://your-server:8000/mcp",
      "headers": {
        "Authorization": "Bearer your-secret-api-key-here"
      }
    }
  }
}

Using supergateway (stdio bridge)

If your client only supports stdio transport (e.g. some Claude Desktop versions), use supergateway to bridge the connection:

{
  "mcpServers": {
    "odoo": {
      "command": "npx",
      "args": [
        "-y",
        "supergateway",
        "--streamableHttp",
        "http://your-server:8000/mcp",
        "--header",
        "Authorization: Bearer your-secret-api-key-here"
      ]
    }
  }
}

Tools

Tool Description
search_records Search Odoo records with domain filters
get_record Get records by ID
create_record Create new records
update_record Update existing records
delete_record Delete records
list_models List available Odoo models
get_model_fields Get field definitions for a model

from github.com/josespinal/odoo-mcp-server-remote

Installing Odoo Server (Remote)

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/josespinal/odoo-mcp-server-remote

FAQ

Is Odoo Server (Remote) MCP free?

Yes, Odoo Server (Remote) MCP is free — one-click install via Unyly at no cost.

Does Odoo Server (Remote) need an API key?

No, Odoo Server (Remote) runs without API keys or environment variables.

Is Odoo Server (Remote) hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install Odoo Server (Remote) in Claude Desktop, Claude Code or Cursor?

Open Odoo Server (Remote) on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Odoo Server (Remote) with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs