← Back to Plugins
MCP Server MCP

io.github.nicolasramos/odoo-mcp

github By github 👁 1 views ▲ 0 votes

MCP server for Odoo 18 with 38 business tools

Homepage Verified source GitHub

Install

uvx odoo-18-mcp-server

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "odoo-18-mcp-server",
      "version": "1.0.1",
      "runtimeHint": "python",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "URL of your Odoo instance (e.g., https://yourcompany.odoo.com)",
          "isRequired": true,
          "name": "ODOO_URL"
        },
        {
          "description": "Name of your Odoo database",
          "isRequired": true,
          "name": "ODOO_DB"
        },
        {
          "description": "Odoo username for authentication",
          "isRequired": true,
          "name": "ODOO_USERNAME"
        },
        {
          "description": "Odoo password for authentication",
          "isRequired": true,
          "isSecret": true,
          "name": "ODOO_PASSWORD"
        },
        {
          "description": "Default limit for search results (default: 50)",
          "name": "ODOO_MCP_DEFAULT_LIMIT"
        },
        {
          "description": "Maximum limit for search results (default: 80)",
          "name": "ODOO_MCP_MAX_LIMIT"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...