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.
We read the source, 12 h ago · rules 3dff92dd89df
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' });
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.
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.
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.
claude mcp add powerbi-pbix-mcp -- npx -y powerbi-pbix-mcp
{
"mcpServers": {
"powerbi-pbix-mcp": {
"args": [
"-y",
"powerbi-pbix-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.powerbi-pbix-mcp]
command = "npx"
args = ["-y", "powerbi-pbix-mcp"]
{
"mcpServers": {
"powerbi-pbix-mcp": {
"args": [
"-y",
"powerbi-pbix-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"powerbi-pbix-mcp": {
"args": [
"-y",
"powerbi-pbix-mcp"
],
"command": "npx"
}
}
}
Cross-repository semantic code intelligence for AI coding agents, from a local code graph.
MCP server for editing Power BI Report Builder paginated reports (RDL)
Local file search for AI agents — semantic + keyword indexing over your codebase.
MCP server for Instagit — AI-powered Git repository analysis for coding agents
Local code search for AI coding agents: hybrid search and SQL aggregation over an in-repo index.
Semantic code graph MCP server for coding agents
FMCSA motor-carrier risk scores, monitoring, and carrier-selection evidence reports for AI agents.
Semantic codebase search + persistent working memory for AI code editors. Local, no API key.
Answers built from our own checks of this server.