mcpbeat Sign in

IBM Maximo MCP Server

local only

IBM Maximo runs on your own machine — the client starts it, so there is no endpoint to ping. 183 installs a week from npm. Last commit 17 Sep 2026.

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

Installs per day peak 12 · avg 6 · -47% w/w
a month agotoday
183
Installs / week
npm · maximo-mcp-server
9
Stars
0 open issues
17 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
JavaScript

Nothing serious here today

Today is the operative word: we check IBM Maximo 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-server -- npx -y maximo-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "maximo-mcp-server": {
      "args": [
        "-y",
        "maximo-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.maximo-mcp-server]
command = "npx"
args = ["-y", "maximo-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "maximo-mcp-server": {
      "args": [
        "-y",
        "maximo-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "maximo-mcp-server": {
      "args": [
        "-y",
        "maximo-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: MAXIMO_URL (Base URL for the Maximo REST API (e.g., https://your-host/maximo/api)), MAXIMO_API_KEY (API Key for Maximo authentication), MAXIMO_HOST (Base Host URL for the Maximo instance). The author declared them in the registry entry; get the values from the project itself.

Alternatives to IBM Maximo

same job, measured the same way
Cesium MCP Dev
by gaopengbin

CesiumJS API docs, code generation and development tools for IDE AI assistants.

78 installs/wk local only
Outline MCP Server
by vortiago

Connect AI assistants to Outline for document search, reading, and management

482 installs/wk local only
Warpmetrics
by warpmetrics

Connect AI assistants to Warpmetrics — query runs, calls, costs, and outcomes.

40 installs/wk local only
Fibery
by fibery-inc

Connect AI Assistant to Fibery — operating system for orgs run by nerds.

answering
I
Omnistream MCP
by soccervortex

MCP server for OmniStream. Lets AI assistants discover and call any marketplace API.

44 installs/wk local only
Acumatica
by nicholsonpeter

Connect AI assistants to Acumatica ERP — 28 tools for queries, mutations, GIs, attachments.

85 installs/wk local only
GitHub
by aifity

Connect AI assistants to GitHub - manage repos, issues, PRs, workflows, and git operations.

local only
ClaudeR - RStudio MCP Server
by imnmv

Connect RStudio to AI assistants for interactive R coding and data analysis.

1 670 installs/wk local only

IBM Maximo — questions

Answers built from our own checks of this server.

Why is there no uptime for IBM Maximo?
IBM Maximo 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 npm package maximo-mcp-server was installed 183 times last week.
How do I connect IBM Maximo?
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-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use IBM Maximo?
The npm package maximo-mcp-server was installed 183 times in the last week. Week over week that is -47%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is IBM Maximo open source?
Yes — it is published under the Apache-2.0 licence, written in JavaScript and 9 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.