Skip to main content
Glama

powerbi-mcpb

MCP Bundle for local Power BI report files (.pbix, .pbip, .pbit). No Azure, no cloud API, no sign-in.


Architecture

powerbi-mcpb/
├── src/
│   ├── index.ts
│   ├── helpers.ts
│   ├── local/
│   │   ├── paths.ts          # LOCAL_REPORTS_DIR
│   │   ├── scan.ts           # Find reports on disk
│   │   ├── pbixArchive.ts    # Unzip .pbix / .pbit
│   │   ├── pbixReader.ts
│   │   └── pbipReader.ts     # Read .pbip project folders
│   └── tools/
│       └── localReports.ts   # list_local_reports, get_local_report, ...
├── manifest.json
└── ...

Legacy cloud tools (workspaces.ts, reports.ts, datasets.ts) remain in the repo but are not registered — they targeted api.powerbi.com.


Related MCP server: pbix-mcp

Prerequisites

  • Node.js 18+

  • Power BI report files in a folder on disk


Dev setup

npm install
npm run build
npm run bundle
$env:LOCAL_REPORTS_DIR = "C:\Your\Reports"
npm start

Install (MCP bundle)

Pick your reports folder when prompted (local_reports_folder). Rebuild with npm run pack.


Tools

Tool

Description

list_local_reports

Scan folder for .pbix, .pbip, .pbit

get_local_report

Pages, tables (if available), archive listing

list_local_model_tables

Tables/columns from .pbip / .pbit


Authentication

None. Files are read from disk only.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Maintenance

ActivityStale
ResponsivenessNo issues

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/stembisohlebela/PowerBi-Modelling-Claude-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server