mcpbeat Sign in

Maximo Enterprise MCP Server

by maxistechnology-dev Your server? Claim it
local only

Maximo Enterprise MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 152 installs a week from pypi. Last commit 13 May 2026.

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

Installs per day peak 54 · avg 28 · -20% w/w
a month agotoday
152
Installs / week
pypi · maximo-enterprise-mcp
3
Stars
0 open issues
13 May 2026
Last commit
0 releases in 90 days
License
Python

Nothing serious here today

Today is the operative word: we check Maximo Enterprise MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add maximo-mcp -- uvx maximo-enterprise-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "maximo-mcp": {
      "args": [
        "maximo-enterprise-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.maximo-mcp]
command = "uvx"
args = ["maximo-enterprise-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "maximo-mcp": {
      "args": [
        "maximo-enterprise-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "maximo-mcp": {
      "args": [
        "maximo-enterprise-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: MAXIMO_URL (Maximo OSLC base URL (e.g. https://maximo.example.com/maximo/oslc)), MAXIMO_HOST (Maximo host base URL (e.g. https://maximo.example.com)), AUTH_MODE (Authentication mode: basic | apikey | oauth), MAXIMO_USERNAME (Maximo username (when AUTH_MODE=basic)), MAXIMO_PASSWORD (Maximo password (when AUTH_MODE=basic)), MAXIMO_API_KEY (Maximo API key (when AUTH_MODE=apikey)), CURRENT_USER_ROLE (RBAC role for the session: readonly | technician | supervisor | manager | admin). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Maximo Enterprise MCP

same job, measured the same way
MCP Vtex
by codespar

MCP server for VTEX — e-commerce, orders, products, inventory, shipping

14 installs/wk local only
moysklad-mcp
by theyahia

MCP server for MoySklad — warehouse, inventory, orders, reports (Russia)

49 installs/wk local only
MCP Amazon
by codespar

MCP server for Amazon Selling Partner API (SP-API) — orders, listings, catalog, inventory, finances

16 installs/wk local only
Slack Enterprise MCP
by csoai-org

Slack Enterprise MCP Server by MEOK AI Labs

172 installs/wk local only
Shopify Admin MCP
by a1-x-tech

MCP server for the Shopify Admin API: products, orders, customers, inventory, discounts.

35 installs/wk local only
Inventory Management AI MCP
by csoai-org

Inventory Management Ai MCP Server by MEOK AI Labs

215 installs/wk local only
Hermes Grocy MCP
by rusty4444

MCP server for Grocy household ERP inventory and shopping workflows.

50 installs/wk local only
MCP Bling
by codespar

MCP server for Bling — ERP: products, orders, invoices (NF-e/NFS-e), stock, AR/AP, webhooks

19 installs/wk local only

Maximo Enterprise MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Maximo Enterprise MCP?
Maximo Enterprise MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package maximo-enterprise-mcp was installed 152 times last week.
How do I connect Maximo Enterprise MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls maximo-enterprise-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Maximo Enterprise MCP?
The pypi package maximo-enterprise-mcp was installed 152 times in the last week. Week over week that is -20%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Maximo Enterprise MCP open source?
We cannot say either way: written in Python and 3 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.