Enables AI agents to interact with live Power BI Desktop report canvas via Chrome DevTools Protocol, performing actions like page navigation, clicking slicers, reading cards and matrices, and capturing baselines.
Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.
Install from
M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.
process.env. You'll be asked to provide them before it can run.PBI_CDP_ENDPOINT— "env": { "": "http://127.0.0.1:9222" }PBI_DESKTOP_BRIDGE— Explicit path to Microsoft's powerbi-desktop bridge CLI entry (.js run under Node, or a .cmd/.bat/.exe). Tried first by pbi_launch.PBI_DESKTOP_EXE— Explicit path to PBIDesktop.exe for the direct-launch fallback (used when no bridge CLI is found).PBI_EVAL_BUDGET_MS— 30000 Per-page.evaluate time budget; a read that lands mid-render fails fast with a renderer-busy error instead of hanging.PBI_OUTPUT_DIR— os tmpdir>/pbi-webview2-output Where screenshots + baselines are written (never the repo/CWD).PBI_POLL_MS— 1000 Steady interval between poll probes inside the multi-step tools. Polls ramp adaptively from ~250ms toward this value, so warm/ready pages satisfy fast.PBI_SETTLE_MS— 700 Post-navigation settle in pbi_goto_page (waitReady) for late-binding visuals; only paid when the canvas isn't already stable. 0 disables it.ProgramFiles— from PBI_DESKTOP_EXE, then %%\Microsoft Power BI Desktop\bin\PBIDesktop.exe,[](https://m8ven.ai/mcp/bibiibjorn-pbi-webview2-64uiv0)