Loading MCP server directory, please wait...
Connect AI assistants to IBM Maximo for API discovery, OSLC querying, and Carbon UI generation.
npx @getmcp/cli add io.github.markusvankempen/maximo-mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
MAXIMO_URLBase URL for the Maximo REST API (e.g., https://your-host/maximo/api)
MAXIMO_API_KEYAPI Key for Maximo authentication
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.markusvankempen/maximo-mcp-server": {
"command": "npx",
"args": [
"-y",
"maximo-mcp-server"
],
"env": {
"MAXIMO_URL": "",
"MAXIMO_API_KEY": "",
"MAXIMO_HOST": ""
}
}
}
}