Skip to content
Grok

Motor Current Signature Analysis for Grok

io.github.lgdimaggio/mcp-server-mcsa

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

client:Grok transport:stdio runtime:pypi

Install Motor Current Signature Analysis in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "mcp-server-mcsa": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-server-mcsa"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Motor Current Signature Analysis in other clients