← Back to browse

odoo-mcp

Indexed by io.github.nicolasramos

About

MCP server for Odoo 18 with 38 business tools

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsODOO_URL ODOO_DB ODOO_USERNAME ODOO_PASSWORD ODOO_MCP_DEFAULT_LIMIT ODOO_MCP_MAX_LIMIT
Claude Code
claude mcp add --env ODOO_URL= --env ODOO_DB= --env ODOO_USERNAME= --env ODOO_PASSWORD= --env ODOO_MCP_DEFAULT_LIMIT= --env ODOO_MCP_MAX_LIMIT= odoo-mcp -- uvx odoo-18-mcp-server
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"odoo-mcp","command":"uvx","args":["odoo-18-mcp-server"],"env":{"ODOO_URL":"","ODOO_DB":"","ODOO_USERNAME":"","ODOO_PASSWORD":"","ODOO_MCP_DEFAULT_LIMIT":"","ODOO_MCP_MAX_LIMIT":""}}'
JSON
{
  "mcpServers": {
    "odoo-mcp": {
      "command": "uvx",
      "args": [
        "odoo-18-mcp-server"
      ],
      "env": {
        "ODOO_URL": "",
        "ODOO_DB": "",
        "ODOO_USERNAME": "",
        "ODOO_PASSWORD": "",
        "ODOO_MCP_DEFAULT_LIMIT": "",
        "ODOO_MCP_MAX_LIMIT": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.