Mcp Motor Current Signature Analysis
@LGDiMaggio
About Mcp Motor Current Signature Analysis
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-motor-current-signature-analysis": {
"command": "uvx",
"args": [
"mcp-server-mcsa",
"--help"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Mcp Motor Current Signature Analysis?
A Model Context Protocol (MCP) server for Motor Current Signature Analysis (MCSA) — non-invasive spectral analysis and fault detection in electric motors using stator-current signals. It turns any MCP-compatible LLM into a predictive-maintenance expert by automatically identifying mechanical and electrical anomalies from current data.
How to use Mcp Motor Current Signature Analysis?
Install with uvx (recommended) or pip, then add the server configuration to your MCP client (Claude Desktop, VS Code, Cursor). Use natural-language commands to load signals, compute parameters, and run diagnostics — for example, "Generate a test signal with a broken rotor bar fault and run a full diagnosis." The server provides 21 tools, including load_signal_from_file, run_full_diagnosis, diagnose_from_file, and generate_test_current_signal.
Key features of Mcp Motor Current Signature Analysis
- Real signal loading from CSV, WAV, and NumPy files
- Fault frequency computation for rotor, stator, and bearing defects
- Signal preprocessing: filtering, normalisation, windowing
- Spectral analysis (FFT, Welch PSD, envelope spectrum)
- Automated fault detection with severity classification (healthy/incipient/moderate/severe)
- Persistent data store in
~/.mcsa_data/with short IDs
Use cases of Mcp Motor Current Signature Analysis
- Diagnose a real motor from a current signal file in one step
- Step-by-step analysis: load, preprocess, compute spectrum, detect faults
- Generate synthetic test signals with configurable faults for benchmarking
- Analyse bearing defects using geometry (BPFO, BPFI, BSF, FTF)
- Integrate into automated condition-monitoring pipelines via MCP-compatible assistants
FAQ from Mcp Motor Current Signature Analysis
What Python version and dependencies are required?
Python 3.10+ is required. The recommended installation method uses uvx, which handles Python and packages automatically. Alternatively, install via pip install mcp-server-mcsa.
Where does the server store data?
Signals and spectra are persisted as compressed .npz files in ~/.mcsa_data/ (configurable via the MCSA_DATA_DIR environment variable). Data survives server restarts and is referenced by short IDs to keep large arrays out of chat context.
What file formats are supported for loading signals?
CSV/TSV (with time column or user-supplied rate), WAV (rate from header), and NumPy .npy files are supported.
What faults can the server detect?
Broken rotor bars (via sidebands at (1±2s)·fs), air-gap eccentricity, stator inter-turn short circuits, and bearing defects. Severity is classified automatically.
How do I troubleshoot if the server disconnects?
Check the logs at %APPDATA%\Claude\logs\ (Windows) or ~/Library/Logs/Claude/ (macOS). Most common cause is a missing command in PATH; using uvx avoids these issues. Restart the terminal after installing uv and restart the MCP client after editing configuration files.
More Other MCP servers
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Nginx UI
0xJackyYet another WebUI for Nginx
ghidraMCP
LaurieWiredMCP Server for Ghidra
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Comments