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.
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.
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.
claude mcp add maximo-mcp -- uvx maximo-enterprise-mcp
{
"mcpServers": {
"maximo-mcp": {
"args": [
"maximo-enterprise-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.maximo-mcp]
command = "uvx"
args = ["maximo-enterprise-mcp"]
{
"mcpServers": {
"maximo-mcp": {
"args": [
"maximo-enterprise-mcp"
],
"command": "uvx"
}
}
}
{
"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.
MCP server for VTEX — e-commerce, orders, products, inventory, shipping
MCP server for MoySklad — warehouse, inventory, orders, reports (Russia)
MCP server for Amazon Selling Partner API (SP-API) — orders, listings, catalog, inventory, finances
Slack Enterprise MCP Server by MEOK AI Labs
MCP server for the Shopify Admin API: products, orders, customers, inventory, discounts.
Inventory Management Ai MCP Server by MEOK AI Labs
MCP server for Grocy household ERP inventory and shopping workflows.
MCP server for Bling — ERP: products, orders, invoices (NF-e/NFS-e), stock, AR/AP, webhooks
Answers built from our own checks of this server.