74
/ 100
15 days ago
glama

pbi-webview2

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.

Is this your MCP?

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.

// key findings
⚠️
Tool descriptions don’t match what handlers do
2 tools describe read intent but their handlers mutate — pbi_baseline (line 51: fs.mkdirSync(dir, { recursive: true })); pbi_diff_state (line 51: fs.mkdirSync(dir, { recursive: true }))
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configPBI_CDP_ENDPOINT"env": { "": "http://127.0.0.1:9222" }
configPBI_DESKTOP_BRIDGEExplicit path to Microsoft's powerbi-desktop bridge CLI entry (.js run under Node, or a .cmd/.bat/.exe). Tried first by pbi_launch.
configPBI_DESKTOP_EXEExplicit path to PBIDesktop.exe for the direct-launch fallback (used when no bridge CLI is found).
configPBI_EVAL_BUDGET_MS30000 Per-page.evaluate time budget; a read that lands mid-render fails fast with a renderer-busy error instead of hanging.
configPBI_OUTPUT_DIRos tmpdir>/pbi-webview2-output Where screenshots + baselines are written (never the repo/CWD).
configPBI_POLL_MS1000 Steady interval between poll probes inside the multi-step tools. Polls ramp adaptively from ~250ms toward this value, so warm/ready pages satisfy fast.
configPBI_SETTLE_MS700 Post-navigation settle in pbi_goto_page (waitReady) for late-binding visuals; only paid when the canvas isn't already stable. 0 disables it.
configProgramFilesfrom PBI_DESKTOP_EXE, then %%\Microsoft Power BI Desktop\bin\PBIDesktop.exe,
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 8 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/bibiibjorn-pbi-webview2-64uiv0)](https://m8ven.ai/mcp/bibiibjorn-pbi-webview2-64uiv0)
commit: 52bcfcf9380eb5cd30075cf477d68f45449b97d5
code hash: 2b5bbcc2f5a9ae2c87983b61b2c8c2e168a16a0b34482e5bf714f4433c9b9f84
verified: 7/16/2026, 8:41:20 AM
view raw JSON →