Pbix Lineage
Rank #39,904io.github.fabienfrfr/pbix-atlas
Bidirectional data lineage graph for Power BI (.pbix) files, from source to display
Pbix Lineage is a Model Context Protocol (MCP) server published by fabienfrfr. It ranks #39,904 of 115,591 servers tracked on MCP Toplist. Pbix Lineage is listed across 2 registries — Official MCP and Glama, with 4 tracked versions. It was first listed on Jul 25, 2026 and most recently updated on Jul 28, 2026.
Ranks ahead of 75,687 of 115,591 servers on MCP Toplist.
Use Pbix Lineage
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add pbix-atlas -e "PBIX_LINEAGE_PORT=<your PBIX_LINEAGE_PORT>" -e "PBIX_LINEAGE_HOST=<your PBIX_LINEAGE_HOST>" -- uvx pbix-atlasReplace each placeholder with your own value before saving.
[mcp_servers.pbix-atlas]
command = "uvx"
args = ["pbix-atlas"]
[mcp_servers.pbix-atlas.env]
PBIX_LINEAGE_PORT = "<your PBIX_LINEAGE_PORT>"
PBIX_LINEAGE_HOST = "<your PBIX_LINEAGE_HOST>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"pbix-atlas": {
"command": "uvx",
"args": [
"pbix-atlas"
],
"env": {
"PBIX_LINEAGE_PORT": "<your PBIX_LINEAGE_PORT>",
"PBIX_LINEAGE_HOST": "<your PBIX_LINEAGE_HOST>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"pbix-atlas": {
"command": "uvx",
"args": [
"pbix-atlas"
],
"env": {
"PBIX_LINEAGE_PORT": "<your PBIX_LINEAGE_PORT>",
"PBIX_LINEAGE_HOST": "<your PBIX_LINEAGE_HOST>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"pbix-atlas": {
"type": "stdio",
"command": "uvx",
"args": [
"pbix-atlas"
],
"env": {
"PBIX_LINEAGE_PORT": "<your PBIX_LINEAGE_PORT>",
"PBIX_LINEAGE_HOST": "<your PBIX_LINEAGE_HOST>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"pbix-atlas": {
"command": "uvx",
"args": [
"pbix-atlas"
],
"env": {
"PBIX_LINEAGE_PORT": "<your PBIX_LINEAGE_PORT>",
"PBIX_LINEAGE_HOST": "<your PBIX_LINEAGE_HOST>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"pbix-atlas": {
"command": "uvx",
"args": [
"pbix-atlas"
],
"env": {
"PBIX_LINEAGE_PORT": "<your PBIX_LINEAGE_PORT>",
"PBIX_LINEAGE_HOST": "<your PBIX_LINEAGE_HOST>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.fabienfrfr%2Fpbix-atlas)<a href="https://mcptoplist.com/server/io.github.fabienfrfr%2Fpbix-atlas"><img src="https://mcptoplist.com/badge/io.github.fabienfrfr%2Fpbix-atlas.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
fabienfrfr
Other servers by fabienfrfr
View all fabienfrfr servers →Available versions (4)
| Version | Published |
|---|---|
| 0.3.0 | Jul 28, 2026 |
| 0.2.0 | Jul 27, 2026 |
| 0.1.2 | Jul 27, 2026 |
| 0.1.1 | Jul 25, 2026 |
Frequently asked questions
- Who maintains Pbix Lineage?
- Pbix Lineage is maintained by fabienfrfr, which publishes 2 MCP servers (4 total versions) tracked on MCP Toplist.
- Is Pbix Lineage listed on the Official MCP Registry?
- Yes — Pbix Lineage is listed on the Official MCP Registry, alongside Glama.
- How many versions does Pbix Lineage have?
- MCP Toplist tracks 4 versions of Pbix Lineage, most recently published on Jul 28, 2026.
- Where can I find the source code for Pbix Lineage?
- The source code for Pbix Lineage is hosted at github.com/fabienfrfr/pbix-lineage.