Skip to content
Claude Desktop

Maximo Enterprise MCP for Claude Desktop

io.github.maxistechnology-dev/maximo-mcp

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

client:Claude Desktop transport:stdio runtime:pypi

Install Maximo Enterprise MCP in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.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>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Maximo Enterprise MCP in other clients