mcpbeat Sign in

Powerbi Pbix MCP Server

by cyphonica Your server? Claim it
local only

Powerbi Pbix MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 47 installs a week from npm. Last commit 14 Aug 2026.

Local Power BI authoring for AI agents: edit .pbix, semantic model, report, and Power Query.

Installs per day peak 215 · avg 7
a month agotoday
47
Installs / week
npm · powerbi-pbix-mcp
1
Stars
0 open issues
14 Aug 2026
Last commit
0 releases in 90 days
NOASSERTION
License
C#

What the code does

We read the source, 12 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.

  const child = spawn(exe, process.argv.slice(2), { stdio: 'inherit' });
Runs an external command src/DesktopSession.cs:121, src/Materialize.cs:101, src/PbiEngine.cs:98 и ещё 1
        var proc = Process.Start(new ProcessStartInfo(exe, $"\"{pbixPath}\"") { UseShellExecute = false })

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 powerbi-pbix-mcp -- npx -y powerbi-pbix-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "powerbi-pbix-mcp": {
      "args": [
        "-y",
        "powerbi-pbix-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.powerbi-pbix-mcp]
command = "npx"
args = ["-y", "powerbi-pbix-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "powerbi-pbix-mcp": {
      "args": [
        "-y",
        "powerbi-pbix-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "powerbi-pbix-mcp": {
      "args": [
        "-y",
        "powerbi-pbix-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Powerbi Pbix MCP

same job, measured the same way
Kivgraph
by luqueee

Cross-repository semantic code intelligence for AI coding agents, from a local code graph.

local only
Pbirb MCP
by mafaq229

MCP server for editing Power BI Report Builder paginated reports (RDL)

97 installs/wk local only
Filesift
by roshunsunder

Local file search for AI agents — semantic + keyword indexing over your codebase.

72 installs/wk local only
Instagit
by instagitai

MCP server for Instagit — AI-powered Git repository analysis for coding agents

55 installs/wk local only
Code Context
by infino-ai

Local code search for AI coding agents: hybrid search and SQL aggregation over an in-repo index.

328 installs/wk local only
Graphlens MCP
by neko1313

Semantic code graph MCP server for coding agents

161 installs/wk local only
Carrierscore
by carrierscore

FMCSA motor-carrier risk scores, monitoring, and carrier-selection evidence reports for AI agents.

8 tools answering
Vectr
by swapnanil

Semantic codebase search + persistent working memory for AI code editors. Local, no API key.

627 installs/wk local only

Powerbi Pbix MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Powerbi Pbix MCP?
Powerbi Pbix MCP 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 npm package powerbi-pbix-mcp was installed 47 times last week.
How do I connect Powerbi Pbix MCP?
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 powerbi-pbix-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Powerbi Pbix MCP?
The npm package powerbi-pbix-mcp was installed 47 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Powerbi Pbix MCP open source?
Yes — it is published under the NOASSERTION licence, written in C# and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.