Skip to content
Claude Desktop

pbix lineage for Claude Desktop

io.github.fabienfrfr/pbix-lineage

Bidirectional data lineage graph for Power BI (.pbix) files, from source to display

client:Claude Desktop transport:stdio runtime:pypi

Install pbix lineage in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "pbix-lineage": {
      "command": "uvx",
      "args": [
        "pbix-lineage"
      ],
      "env": {
        "PBIX_LINEAGE_PORT": "<PBIX_LINEAGE_PORT>",
        "PBIX_LINEAGE_HOST": "<PBIX_LINEAGE_HOST>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

pbix lineage in other clients