Predictive Maintenance

v1.0.0Data Science & MLstable

AI-Powered Predictive Maintenance & Fault Diagnosis through Model Context Protocol. An open-source framework for integrating Large Language Models with predictive maintenance and fault diagnosis workflows.

anomaly-detectionasset-managementbearing-fault-diagnosisclaude-agentsclaude-ai
Share:
39
Stars
0
Downloads
0
Weekly
0/5

What is Predictive Maintenance?

Predictive Maintenance is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to ai-powered predictive maintenance & fault diagnosis through model context protocol. an open-source framework for integrating large language models with predictive maintenance and fault diagnosis workf...

AI-Powered Predictive Maintenance & Fault Diagnosis through Model Context Protocol. An open-source framework for integrating Large Language Models with predictive maintenance and fault diagnosis workflows.

This server falls under the Data Science & ML and Monitoring & Observability categories on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • AI-Powered Predictive Maintenance & Fault Diagnosis through

Use Cases

Integrate LLMs with predictive maintenance workflows for AI-powered fault diagnosis. Perform anomaly detection and bearing fault diagnosis.
LGDiMaggio

Maintainer

LicenseNOASSERTION
Languagepython
Versionv1.0.0
UpdatedMay 22, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx predictive-maintenance

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Predictive Maintenance

The Predictive Maintenance MCP Server is an open-source framework that integrates Large Language Models with industrial condition monitoring and fault diagnosis workflows. It exposes 52 MCP endpoints covering vibration signal acquisition, FFT/envelope spectral analysis, bearing fault classification (inner race, outer race, ball, cage faults), ISO 20816-3 severity assessment, and Remaining Useful Life (RUL) estimation. Engineers and data scientists use it to ask natural-language questions about machinery health, automatically triggering multi-step signal analysis and generating HTML or Word diagnostic reports without writing a single line of analysis code.

Prerequisites

  • Python 3.11 or later installed
  • uv package manager installed (https://github.com/astral-sh/uv)
  • Claude Desktop or another MCP-compatible client
  • Vibration data files in CSV, WAV, MAT, NPY, or Parquet format
  • Windows, macOS, or Linux operating system
1

Install via pip or uvx

Install the package using pip. The server is also available through uvx, which is the recommended runtime because it isolates dependencies automatically.

pip install predictive-maintenance-mcp
2

Locate the full path to uvx

Claude Desktop requires the absolute path to uvx to avoid a silent 'command not found' failure. Run the following command to find it and copy the output.

which uvx
3

Add the server to Claude Desktop configuration

Open claude_desktop_config.json (macOS: ~/Library/Application Support/Claude/claude_desktop_config.json, Windows: %APPDATA%\Claude\claude_desktop_config.json) and add the server block. Replace /full/path/to/uvx with the path from the previous step.

{
  "mcpServers": {
    "predictive-maintenance": {
      "command": "/full/path/to/uvx",
      "args": ["predictive-maintenance-mcp"],
      "env": { "UV_LINK_MODE": "copy" }
    }
  }
}
4

Restart Claude Desktop

Fully quit and reopen Claude Desktop so it picks up the new MCP server configuration. You should see the predictive-maintenance server listed in the connected tools panel.

5

Load a vibration signal and run a health check

Point the AI at one of your vibration files and ask it to assess bearing health. The server will automatically load the file, compute FFT and envelope spectra, classify any fault patterns, and return a severity rating.

6

Generate a diagnostic report

Ask for a structured HTML or Word report after analysis. The server embeds charts, fault markers, and ISO 20816-3 severity zone classifications directly into the output document.

Predictive Maintenance Examples

Client configuration

Add this block to claude_desktop_config.json to connect Claude Desktop to the predictive maintenance server.

{
  "mcpServers": {
    "predictive-maintenance": {
      "command": "/usr/local/bin/uvx",
      "args": ["predictive-maintenance-mcp"],
      "env": { "UV_LINK_MODE": "copy" }
    }
  }
}

Prompts to try

These prompts exercise the server's core fault detection and prognostics capabilities.

- "Load OuterRaceFault_1.csv and check if the bearing is healthy."
- "Run envelope analysis on vibration.csv and identify any characteristic fault frequencies."
- "Estimate the remaining useful life of the bearing in sensor_data.npy using Weibull regression."
- "Generate an HTML diagnostic report for all signals in the /data/motors folder."
- "Classify the severity of the vibration in pump_reading.wav according to ISO 20816-3."

Troubleshooting Predictive Maintenance

Claude Desktop shows the server as disconnected or never discovers tools

Ensure you used the absolute path to uvx (not just 'uvx') in the command field of claude_desktop_config.json. Run 'which uvx' and paste the full path.

File loading fails for MAT or NPY formats

These formats require scipy and numpy to be available. Install them in the same environment: pip install scipy numpy. If using uvx, add them to the project dependencies or use pip install predictive-maintenance-mcp[all].

UV_LINK_MODE copy error on some Linux systems

If the server fails to start with a link mode error, try removing the UV_LINK_MODE env key entirely, or set it to 'symlink' instead of 'copy'.

Frequently Asked Questions about Predictive Maintenance

What is Predictive Maintenance?

Predictive Maintenance is a Model Context Protocol (MCP) server that ai-powered predictive maintenance & fault diagnosis through model context protocol. an open-source framework for integrating large language models with predictive maintenance and fault diagnosis workflows. It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Predictive Maintenance?

Follow the installation instructions on the Predictive Maintenance GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Predictive Maintenance?

Predictive Maintenance works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Predictive Maintenance free to use?

Yes, Predictive Maintenance is open source and available under the NOASSERTION license. You can use it freely in both personal and commercial projects.

Browse More Data Science & ML MCP Servers

Explore all data science & ml servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "predictive-maintenance": { "command": "npx", "args": ["-y", "predictive-maintenance"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Predictive Maintenance?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides