Skip to content
Cline

Maximo Enterprise MCP for Cline

io.github.maxistechnology-dev/maximo-mcp

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

client:Cline transport:stdio runtime:pypi

Install Maximo Enterprise MCP in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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": "<MAXIMO_PASSWORD>",
        "MAXIMO_API_KEY": "<MAXIMO_API_KEY>",
        "CURRENT_USER_ROLE": "<CURRENT_USER_ROLE>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Maximo Enterprise MCP in other clients