Odel
xlsx audit mcp

xlsx audit mcp

Local
@arose26TypeScriptMITUpdated 3w ago

Audit Excel workbooks: formula dependency tracing, circular references, risk smells. Local only.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmxlsx-audit-mcpv0.1.0

Run

npx -y xlsx-audit-mcp

MCP client config

{
  "mcpServers": {
    "xlsx-audit-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "xlsx-audit-mcp"
      ]
    }
  }
}