← Back to Plugins
MCP Server MCP

io.github.management-cmyk/odoo-mcp-connector

github By github 👁 1 views ▲ 0 votes

Query, report on, and optionally modify any Odoo ERP from Claude. Read-only by default.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "odoo-mcp-connector",
      "version": "0.1.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Odoo base URL, e.g. https://your-company.odoo.com",
          "isRequired": true,
          "name": "ODOO_URL"
        },
        {
          "description": "Odoo database name",
          "isRequired": true,
          "name": "ODOO_DB"
        },
        {
          "description": "Odoo login (email)",
          "isRequired": true,
          "name": "ODOO_USERNAME"
        },
        {
          "description": "Odoo API key (or password)",
          "isRequired": true,
          "isSecret": true,
          "name": "ODOO_API_KEY"
        },
        {
          "description": "Set to 'true' to allow create/update/delete. Default false (read-only).",
          "name": "ODOO_ENABLE_WRITES"
        },
        {
          "description": "Per-request timeout in milliseconds (default 30000).",
          "name": "ODOO_TIMEOUT_MS"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...