Skip to content
Cursor

xlsx audit mcp for Cursor

io.github.arose26/xlsx-audit-mcp

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

client:Cursor transport:stdio runtime:npm

Install xlsx audit mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

xlsx audit mcp in other clients