PluginBench
MCP Server

Predictive Maintenance MCP Server

io.github.LGDiMaggio/predictive-maintenance-mcp

What is the Predictive Maintenance MCP server?

Industrial vibration analysis, bearing fault diagnosis, ISO 20816, and ML anomaly detection

How to install Predictive Maintenance

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "predictive-maintenance-mcp": {
      "command": "uvx",
      "args": [
        "predictive-maintenance-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "predictive-maintenance-mcp": {
      "command": "uvx",
      "args": [
        "predictive-maintenance-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "predictive-maintenance-mcp": {
      "command": "uvx",
      "args": [
        "predictive-maintenance-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "predictive-maintenance-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "predictive-maintenance-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add predictive-maintenance-mcp -- uvx predictive-maintenance-mcp

Related MCP servers

MCP server for Motor Current Signature Analysis — fault detection in electric motors

7
Python
MIT
View repository →