Skip to content
Cursor

Maximo Enterprise MCP for Cursor

io.github.maxistechnology-dev/maximo-mcp

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

client:Cursor transport:stdio runtime:pypi

Install Maximo Enterprise MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "maximo-mcp": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Maximo Enterprise MCP in other clients