IBM Maximo for Cursor
io.github.markusvankempen/maximo-mcp-server
Connect AI assistants to IBM Maximo for API discovery, OSLC querying, and Carbon UI generation.
client:Cursor
transport:stdio
runtime:npm
Install IBM Maximo in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"maximo-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"maximo-mcp-server"
],
"env": {
"MAXIMO_URL": "<MAXIMO_URL>",
"MAXIMO_API_KEY": "<MAXIMO_API_KEY>",
"MAXIMO_HOST": "<MAXIMO_HOST>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs