mcpbeat Sign in

Pbix Atlas MCP Server

local only

Pbix Atlas runs on your own machine — the client starts it, so there is no endpoint to ping. 89 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 50 · avg 18 · -28% w/w
a month agotoday
89
Installs / week
pypi · pbix-atlas
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, 15 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.

    subprocess.run("ls", shell=True)
    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-atlas -- uvx pbix-atlas
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "pbix-atlas": {
      "args": [
        "pbix-atlas"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.pbix-atlas]
command = "uvx"
args = ["pbix-atlas"]
.cursor/mcp.json
{
  "mcpServers": {
    "pbix-atlas": {
      "args": [
        "pbix-atlas"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "pbix-atlas": {
      "args": [
        "pbix-atlas"
      ],
      "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 Atlas

same job, measured the same way
Pbix Lineage
by fabienfrfr

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

53 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 Atlas — questions

Answers built from our own checks of this server.

Why is there no uptime for Pbix Atlas?
Pbix Atlas 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-atlas was installed 89 times last week.
How do I connect Pbix Atlas?
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-atlas straight from pypi; nothing to host, nothing to sign up for.
How many people use Pbix Atlas?
The pypi package pbix-atlas was installed 89 times in the last week. Week over week that is -28%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Pbix Atlas 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.