← Index

Maximo Enterprise MCP

io.github.MaxisTechnology-Dev/maximo-mcp·v0.1.2·Other
Quality Score
85
/100

MCP server for IBM Maximo, by Maxis Technology — assets, work orders, inventory, purchasing, labor.

§01  Install
Claude Desktop (uvx)
{
  "mcpServers": {
    "maximo-mcp": {
      "command": "uvx",
      "args": [
        "maximo-enterprise-mcp"
      ],
      "env": {
        "MAXIMO_URL": "<maximo_url>",
        "MAXIMO_HOST": "<maximo_host>",
        "AUTH_MODE": "<auth_mode>",
        "MAXIMO_USERNAME": "<maximo_username>",
        "MAXIMO_PASSWORD": "<your-maximo_password>",
        "MAXIMO_API_KEY": "<your-maximo_api_key>",
        "CURRENT_USER_ROLE": "<current_user_role>"
      }
    }
  }
}
§02  Environment variables
MAXIMO_URL
required

Maximo OSLC base URL (e.g. https://maximo.example.com/maximo/oslc)

MAXIMO_HOST
required

Maximo host base URL (e.g. https://maximo.example.com)

AUTH_MODE
required

Authentication mode: basic | apikey | oauth

MAXIMO_USERNAME

Maximo username (when AUTH_MODE=basic)

MAXIMO_PASSWORD
secret

Maximo password (when AUTH_MODE=basic)

MAXIMO_API_KEY
secret

Maximo API key (when AUTH_MODE=apikey)

CURRENT_USER_ROLE

RBAC role for the session: readonly | technician | supervisor | manager | admin

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
15
installability
25
documentation
15
stability
5
§04  Alternatives in Other