mcpbeat Sign in

Pbix Lineage MCP Server

local only

Pbix Lineage runs on your own machine — the client starts it, so there is no endpoint to ping. 53 installs a week from pypi. Last commit 29 Jul 2026.

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

Installs per day peak 29 · avg 10 · -42% w/w
a month agotoday
53
Installs / week
pypi · pbix-lineage
0
Stars
1 open issues
29 Jul 2026
Last commit
0 releases in 90 days
License
Python

What the code does

We read the source, 14 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] src/pbix_lineage/__init__.py:1, [пакет] src/pbix_lineage/dax.py:1, [пакет] src/pbix_lineage/graph_builder.py:1 и ещё 10
этот файл ставится пользователю, но в репозитории его нет
Runs with shell=True notebooks/lineage_explorer.py:46
    subprocess.run("ls", shell=True)
Executes code built at runtime src/pbix_atlas/m_interpreter.py:140
    def eval(self, node: MNode, env: Env) -> Any:  # noqa: PLR0911

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add pbix-lineage -- uvx pbix-lineage
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "pbix-lineage": {
      "args": [
        "pbix-lineage"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.pbix-lineage]
command = "uvx"
args = ["pbix-lineage"]
.cursor/mcp.json
{
  "mcpServers": {
    "pbix-lineage": {
      "args": [
        "pbix-lineage"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "pbix-lineage": {
      "args": [
        "pbix-lineage"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: PBIX_LINEAGE_PORT (Port the server listens on), PBIX_LINEAGE_HOST (Host interface to bind to). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Pbix Lineage

same job, measured the same way
Pbix Atlas
by fabienfrfr

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

89 installs/wk local only
Basic Memory
by basicmachines-co

Local-first knowledge management with bi-directional LLM sync via Markdown files.

7 255 installs/wk local only
MCP Mapmyindia
by bhuvnsh

MCP server for India maps - place search, nearby discovery, & directions powered by the Mappls API.

57 installs/wk local only
PDF Reader
by xvvln

MCP server for extracting text, images, tables, links, annotations, and metadata from PDF files.

85 installs/wk local only
Watt Street — US grid, interconnection queue and data center power
by wattstreet

How long to get grid power in any US county. 39,173 filings, 1,574 counties, dated sources.

7 tools answering
Cvinbio
by vedangvatsa123

Search professional profiles from the CVin.Bio talent database.

18 installs/wk local only
Telegram MCP
by shreyas-profile

Telegram bridge for your MCP-compatible agent. Bidirectional, no LLM in our stack.

answering
Vintage
by rezasoleymanifar

Free financial data from eleven sources behind six verbs, point-in-time where the source allows.

177 installs/wk local only

Pbix Lineage — questions

Answers built from our own checks of this server.

Why is there no uptime for Pbix Lineage?
Pbix Lineage runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package pbix-lineage was installed 53 times last week.
How do I connect Pbix Lineage?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls pbix-lineage straight from pypi; nothing to host, nothing to sign up for.
How many people use Pbix Lineage?
The pypi package pbix-lineage was installed 53 times in the last week. Week over week that is -42%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Pbix Lineage open source?
We cannot say either way: written in Python, 0 stars on GitHub and 1 open issue, but we could not determine the licence, and without one the code is not open source by default.