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-mcpRelated MCP servers
Motor Current Signature Analysis
Maintained
MCP server for Motor Current Signature Analysis — fault detection in electric motors
7
View repository →Python
MIT