predictive-maintenance-mcp vs time
Side-by-side comparison to help you pick between these two MCP servers.
predictive-maintenance-mcp by LGDiMaggio | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 38 | ★ 85,748 |
| 30d uses | — | — |
| Score | 46 | 77 |
| Official | — | ✓ |
| Categories | AI / LLM ToolsDeveloper ToolsMonitoring | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | this month | this month |
predictive-maintenance-mcp · Summary
MCP server enabling AI assistants to analyze vibration data, detect machinery faults, and generate diagnostic reports.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
predictive-maintenance-mcp · Use cases
- Vibration signal analysis for machinery health monitoring
- Bearing fault detection and severity assessment
- Automated generation of diagnostic reports for maintenance teams
time · Use cases
- Assisting with international meeting scheduling across time zones
- Providing real-time time information for location-based queries
- Enabling time conversion for travel planning and itineraries
predictive-maintenance-mcp · Install
pip install predictive-maintenance-mcpFor Claude Desktop, add to your configuration:
{
"mcpServers": {
"predictive-maintenance": {
"command": "/full/path/to/uvx",
"args": ["predictive-maintenance-mcp"],
"env": { "UV_LINK_MODE": "copy" }
}
}
}Windows users can run the setup script:
git clone https://github.com/LGDiMaggio/predictive-maintenance-mcp.git
cd predictive-maintenance-mcp
.\setup_claude.ps1time · Install
Installation Options
**Using uv (recommended):**
uvx mcp-server-time**Using PIP:**
pip install mcp-server-time
python -m mcp_server_time**Configure for Claude Desktop:**
{
"mcpServers": {
"time": {
"command": "uvx",
"args": ["mcp-server-time"]
}
}
}