Predictive Maintenance MCP Server

Industrial predictive maintenance: vibration analysis, bearing faults, ISO 20816-3

Local serverstdioPython

What is the Predictive Maintenance MCP server?

Industrial predictive maintenance: vibration analysis, bearing faults, ISO 20816-3. Exposed over MCP by the predictive maintenance mcp server, that capability becomes something an assistant can invoke while it works, not something you go and do afterwards.

What it actually does

An open-source MCP server and predictive maintenance AI agent that turns LLMs into condition monitoring assistants. Engineers describe what they need in plain language; the AI calls the right analysis tools and delivers results — bearing fault detection, risk assessment, anomaly detection, and remaining useful life estimation. Also available as a Claude Code plugin with 8 diagnostic skills. It's designed to support and accelerate expert decision-making.

Adding it to your client

predictive-maintenance-mcp on PyPI is all you need. Most clients run it directly, so configuration is a few lines and a restart.

Configuration

You will need one environment variable: UV_LINK_MODE. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.

When to reach for it

Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. It is maintained by LGDiMaggio; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Caveats

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the predictive maintenance mcp server does with a few real requests.

How to install the Predictive Maintenance MCP server

{
  "mcpServers": {
    "predictive-maintenance": {
      "command": "uvx",
      "args": ["predictive-maintenance-mcp"],
      "env": {
        "UV_LINK_MODE": "your-value"
      }
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Configuration

VariableDescriptionRequired
UV_LINK_MODEConfiguration value read at startup.Optional

Frequently asked questions

It connects Predictive Maintenance to MCP-compatible AI assistants such as Claude and Cursor. Instead of copying data back and forth by hand, the assistant works with Predictive Maintenance directly.