PluginBench
MCP Server
Active

Maximo Enterprise MCP MCP Server

io.github.MaxisTechnology-Dev/maximo-mcp

What is the Maximo Enterprise MCP MCP server?

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

How to install Maximo Enterprise MCP

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • 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

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "maximo-mcp": {
      "command": "uvx",
      "args": [
        "maximo-enterprise-mcp"
      ],
      "env": {
        "MAXIMO_URL": "<YOUR_MAXIMO_URL>",
        "MAXIMO_HOST": "<YOUR_MAXIMO_HOST>",
        "AUTH_MODE": "<YOUR_AUTH_MODE>",
        "MAXIMO_USERNAME": "<YOUR_MAXIMO_USERNAME>",
        "MAXIMO_PASSWORD": "<YOUR_MAXIMO_PASSWORD>",
        "MAXIMO_API_KEY": "<YOUR_MAXIMO_API_KEY>",
        "CURRENT_USER_ROLE": "<YOUR_CURRENT_USER_ROLE>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "maximo-mcp": {
      "command": "uvx",
      "args": [
        "maximo-enterprise-mcp"
      ],
      "env": {
        "MAXIMO_URL": "<YOUR_MAXIMO_URL>",
        "MAXIMO_HOST": "<YOUR_MAXIMO_HOST>",
        "AUTH_MODE": "<YOUR_AUTH_MODE>",
        "MAXIMO_USERNAME": "<YOUR_MAXIMO_USERNAME>",
        "MAXIMO_PASSWORD": "<YOUR_MAXIMO_PASSWORD>",
        "MAXIMO_API_KEY": "<YOUR_MAXIMO_API_KEY>",
        "CURRENT_USER_ROLE": "<YOUR_CURRENT_USER_ROLE>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "maximo-mcp": {
      "command": "uvx",
      "args": [
        "maximo-enterprise-mcp"
      ],
      "env": {
        "MAXIMO_URL": "<YOUR_MAXIMO_URL>",
        "MAXIMO_HOST": "<YOUR_MAXIMO_HOST>",
        "AUTH_MODE": "<YOUR_AUTH_MODE>",
        "MAXIMO_USERNAME": "<YOUR_MAXIMO_USERNAME>",
        "MAXIMO_PASSWORD": "<YOUR_MAXIMO_PASSWORD>",
        "MAXIMO_API_KEY": "<YOUR_MAXIMO_API_KEY>",
        "CURRENT_USER_ROLE": "<YOUR_CURRENT_USER_ROLE>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "maximo-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "maximo-enterprise-mcp"
      ],
      "env": {
        "MAXIMO_URL": "<YOUR_MAXIMO_URL>",
        "MAXIMO_HOST": "<YOUR_MAXIMO_HOST>",
        "AUTH_MODE": "<YOUR_AUTH_MODE>",
        "MAXIMO_USERNAME": "<YOUR_MAXIMO_USERNAME>",
        "MAXIMO_PASSWORD": "<YOUR_MAXIMO_PASSWORD>",
        "MAXIMO_API_KEY": "<YOUR_MAXIMO_API_KEY>",
        "CURRENT_USER_ROLE": "<YOUR_CURRENT_USER_ROLE>"
      }
    }
  }
}
Claude Code
claude mcp add maximo-mcp --env MAXIMO_URL=<YOUR_MAXIMO_URL> --env MAXIMO_HOST=<YOUR_MAXIMO_HOST> --env AUTH_MODE=<YOUR_AUTH_MODE> --env MAXIMO_USERNAME=<YOUR_MAXIMO_USERNAME> --env MAXIMO_PASSWORD=<YOUR_MAXIMO_PASSWORD> --env MAXIMO_API_KEY=<YOUR_MAXIMO_API_KEY> --env CURRENT_USER_ROLE=<YOUR_CURRENT_USER_ROLE> -- uvx maximo-enterprise-mcp

Related MCP servers

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →

Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.

45k
TypeScript
Apache-2.0
View repository →

Let AI agents manage your Puter files, websites, and serverless workers over MCP.

43k
TypeScript
AGPL-3.0
View repository →

Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.

37k
TypeScript
Apache-2.0
View repository →

Run arbitrary shell commands from an MCP-connected AI agent.

37k
TypeScript
Apache-2.0
View repository →

Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.

37k
TypeScript
Apache-2.0
View repository →
Maximo Enterprise MCP MCP Server | PluginBench