← Index

IBM Maximo

io.github.markusvankempen/maximo-mcp-server·v1.1.0·Other
Quality Score
91
/100

Connect AI assistants to IBM Maximo for API discovery, OSLC querying, and Carbon UI generation.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "maximo-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "maximo-mcp-server"
      ],
      "env": {
        "MAXIMO_URL": "<maximo_url>",
        "MAXIMO_API_KEY": "<your-maximo_api_key>",
        "MAXIMO_HOST": "<maximo_host>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "maximo-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "maximo-mcp-server"
      ],
      "env": {
        "MAXIMO_URL": "<maximo_url>",
        "MAXIMO_API_KEY": "<your-maximo_api_key>",
        "MAXIMO_HOST": "<maximo_host>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y maximo-mcp-server
§02  Environment variables
MAXIMO_URL
required

Base URL for the Maximo REST API (e.g., https://your-host/maximo/api)

MAXIMO_API_KEY
requiredsecret

API Key for Maximo authentication

MAXIMO_HOST

Base Host URL for the Maximo instance

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