← Back to browse

IBM Maximo

Indexed by io.github.markusvankempen

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsMAXIMO_URL MAXIMO_API_KEY MAXIMO_HOST
Claude Code
claude mcp add --env MAXIMO_URL= --env MAXIMO_API_KEY= --env MAXIMO_HOST= maximo-mcp-server -- npx maximo-mcp-server
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"maximo-mcp-server","command":"npx","args":["maximo-mcp-server"],"env":{"MAXIMO_URL":"","MAXIMO_API_KEY":"","MAXIMO_HOST":""}}'
JSON
{
  "mcpServers": {
    "maximo-mcp-server": {
      "command": "npx",
      "args": [
        "maximo-mcp-server"
      ],
      "env": {
        "MAXIMO_URL": "",
        "MAXIMO_API_KEY": "",
        "MAXIMO_HOST": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.