Skip to content
Cursor

Tableau Workbook Auditor for Cursor

io.github.andey0saikiran/tableau-lineage

Local-only Tableau .twbx audit: lineage, unused fields, duplicate calcs, SQL, version diffs

client:Cursor transport:stdio runtime:npm

Install Tableau Workbook Auditor in Cursor

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

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

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

Tableau Workbook Auditor in other clients