Maximo Enterprise MCP
About
MCP server for IBM Maximo, by Maxis Technology — assets, work orders, inventory, purchasing, labor.
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 vars
MAXIMO_URL MAXIMO_HOST AUTH_MODE MAXIMO_USERNAME MAXIMO_PASSWORD MAXIMO_API_KEY CURRENT_USER_ROLEClaude Code
claude mcp add --env MAXIMO_URL= --env MAXIMO_HOST= --env AUTH_MODE= --env MAXIMO_USERNAME= --env MAXIMO_PASSWORD= --env MAXIMO_API_KEY= --env CURRENT_USER_ROLE= maximo-mcp -- uvx maximo-enterprise-mcp
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","command":"uvx","args":["maximo-enterprise-mcp"],"env":{"MAXIMO_URL":"","MAXIMO_HOST":"","AUTH_MODE":"","MAXIMO_USERNAME":"","MAXIMO_PASSWORD":"","MAXIMO_API_KEY":"","CURRENT_USER_ROLE":""}}'
JSON
{
"mcpServers": {
"maximo-mcp": {
"command": "uvx",
"args": [
"maximo-enterprise-mcp"
],
"env": {
"MAXIMO_URL": "",
"MAXIMO_HOST": "",
"AUTH_MODE": "",
"MAXIMO_USERNAME": "",
"MAXIMO_PASSWORD": "",
"MAXIMO_API_KEY": "",
"CURRENT_USER_ROLE": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.