Featured

Deploy OpenClaw in 60 seconds β€” 20% off logoDeploy OpenClaw in 60 seconds β€” 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger β†’
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger β†’
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free β†’
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now β†’
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data β€” no proxies, no parsers, no maintenance.

Start building free β†’
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it β€” secured from day one.

Get it set up for you β†’
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free β†’
Reach 47,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here β†’

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

mbrummerstedt/powerbi-analyst-mcp MCP server](https://glama.ai/mcp/servers/mbrummerstedt/powerbi-analyst-mcp/badges/score.svg)](https://glama.ai/mcp/servers/mbrummerstedt/powerbi-analyst-mcp) 🐍 ☁️ - Connect LLMs to Power BI semantic models.

README.md

Power BI Analyst MCP

<!-- mcp-name: io.github.mbrummerstedt/powerbi-analyst-mcp -->

![PyPI](https://pypi.org/project/powerbi-analyst-mcp/) ![Python](https://pypi.org/project/powerbi-analyst-mcp/) ![Tests](https://github.com/mbrummerstedt/powerbi-analyst-mcp/actions) ![License: MIT](LICENSE)

![powerbi-analyst-mcp MCP server](https://glama.ai/mcp/servers/mbrummerstedt/powerbi-analyst-mcp)

Ask Claude to analyse your Power BI data. Get answers β€” not context-window crashes.

Connect Claude (or any MCP client) to your Power BI semantic models. Explore tables and measures, run DAX queries, and work with real results β€” even across datasets with tens of thousands of rows. Large query results are automatically saved to a local file and paged to the agent on demand, so your AI session stays fast and focused no matter how much data you pull.

Everything runs on your machine. Your data never passes through a third-party relay.

---

What becomes possible

The analytics bottleneck has never really been data access β€” Power BI already gives people access. The bottleneck is translation: the skilled, time-consuming work of turning data into a decision. This server moves that translation to an LLM.

Compound reasoning across your entire model A human analyst runs one query, reads the result, forms a hypothesis, runs another query. This serialises over hours. An agent can run twenty queries in sequence β€” each informed by the last β€” synthesise across all of them, and deliver a reasoned conclusion in minutes. Ask "what's driving the margin decline in EMEA?" and Claude will explore measures, drill into markets, check time trends, isolate the outlier, and explain it β€” without you directing each step.

Natural language analytics for everyone Any stakeholder can ask a data question and get a real answer backed by live DAX β€” without knowing what DAX is, without filing a ticket, without waiting. The translation layer that used to require a trained analyst runs on demand.

Proactive anomaly detection Run Claude on a schedule against your key measures. It queries the data, compares to prior periods, and flags anything outside expected ranges in plain English β€” before anyone has to open a dashboard to find out something went wrong.

Self-documenting semantic models "List every measure in this dataset and explain what it calculates." Claude explores the schema and produces a data dictionary β€” useful for onboarding, governance, and anyone trying to understand what a model actually contains.

Large datasets, handled automatically Power BI queries can return tens of thousands of rows. Returning all of that inline would consume most of an LLM's context window and crash the session. This server saves large results to a local CSV and gives the agent a compact summary β€” row count, column names, 5-row preview β€” then lets it page through the file on demand. You get the full dataset. The AI session stays lean.

Query history that compounds over time Every successful DAX query is logged locally in a JSONL audit trail β€” what the user asked, the DAX that was generated, the columns returned, and where the CSV was saved. In the next session, the agent searches this history to find relevant prior work: reusable DAX patterns, previously computed result files, and context from earlier analyses. The more you use it, the faster and smarter it gets β€” and you always have an audit trail of where every number came from.

Your data stays on your machine Queries, results, and tokens never pass through a cloud relay. The server runs locally, authenticates via the same OAuth device code flow as the Power BI web app, and stores tokens in your OS's native secure store (Keychain / DPAPI / LibSecret).

---

How it compares to Microsoft's official MCP servers

Microsoft publishes two MCP servers for Power BI. This one is different in purpose and architecture from both.

| | This server | Microsoft Remote MCP | Microsoft Modeling MCP | |---|---|---|---| | Purpose | Query and analyse existing models | Query existing models | Build and modify models | | Runs | Locally on your machine | Microsoft's cloud infrastructure | Locally (Power BI Desktop) | | Data path | Direct to Power BI REST API | Via Microsoft's MCP relay | Local XMLA | | Auth | OAuth device code (delegated) | OAuth via remote service | Local session | | Large results | Auto-saved to local CSV | In-context only | N/A | | Read-only | Yes | Yes | No | | Who it's for | Analysts using Claude / Cursor | Analysts using Copilot | Model developers |

---

What it looks like

You: Analyse revenue by market and product category for Q1 2025

Claude: Let me explore the dataset first.
        [calls list_tables β†’ list_measures β†’ execute_dax]

        The query returned 73,840 rows β€” saved to:
        ~/powerbi_output/dax_result_revenue_q1_2025_20260313_091204.csv

        [pages through results with read_query_result]

        Summary: EMEA leads at 44% of total revenue. The top category
        is Premium Hardware in both EMEA and AMER. APAC shows the
        strongest quarter-over-quarter growth at +18%...

The agent explores the schema, writes the DAX, handles the file, and delivers the analysis β€” without you touching the Power BI UI.

---

Tools

| Tool | What it does | |---|---| | authenticate | Sign in via OAuth device code β€” returns a URL + one-time code; call again to complete | | logout | Clear the cached token (forces re-authentication) | | list_apps | List all Power BI apps you have access to β€” start here; returns workspaceId for each app | | list_datasets | List datasets / semantic models in a workspace (use workspaceId from list_apps) | | get_dataset_info | Metadata and last 5 refresh history entries for a dataset | | list_tables | All visible tables in a dataset | | list_measures | Measures with name, table, description, and format string | | list_columns | Columns with data type and key flag | | execute_dax | Run a DAX query β€” inline for small results, local CSV for large ones. Pass query_summary to log the query for future reference. | | read_query_result | Page through a large CSV result without loading it all into context | | search_query_history | Search the local query log by keyword, dataset, or time range β€” find prior DAX and results across sessions | | delete_query_log_entry | Remove a query log entry (e.g. when the approach turned out to be wrong) |

---

User guide

Prerequisites

  • Python 3.10+
  • A Power BI Pro, Premium Per User (PPU), or Premium capacity licence
  • An Azure AD app registration (free, ~5 minutes β€” see below)

Step 1 β€” Create an Azure AD app registration

OAuth 2.0 requires a client ID to identify which application is acting on your behalf. The registration is free, requires no client secret, and does not need Power BI admin consent for the two read-only scopes used here.

  1. Go to portal.azure.com β†’ Azure Active Directory β†’ App registrations β†’ New registration.
  2. Name it (e.g. PowerBI MCP). For account types choose Accounts in this organizational directory only (single-tenant). Click Register.
  3. Under Authentication β†’ Platform configurations, add Mobile and desktop applications and tick this redirect URI:
   https://login.microsoftonline.com/common/oauth2/nativeclient
  1. Still under Authentication β†’ Advanced settings, set Allow public client flows to Yes. Save.
  2. Under API permissions β†’ Add a permission β†’ Power BI Service, add:
  • Dataset.Read.All
  • Workspace.Read.All

If your tenant requires admin consent, ask an admin to grant it.

  1. From the Overview page, copy both of these β€” you will need them in Step 2:
  • Application (client) ID
  • Directory (tenant) ID

Note: The Power BI tenant setting "Dataset Execute Queries REST API" must be enabled in the Power BI Admin Portal (Integration settings) for execute_dax to work.

---

Step 2 β€” Install and connect

The server is published on PyPI. The fastest way to run it is with uvx, which requires no manual install or virtual environment.

Claude Desktop

Add the following to your claude_desktop_config.json:

{
  "mcpServers": {
    "powerbi": {
      "command": "uvx",
      "args": ["powerbi-analyst-mcp"],
      "env": {
        "POWERBI_CLIENT_ID": "your-application-client-id",
        "POWERBI_TENANT_ID": "your-directory-tenant-id"
      }
    }
  }
}

The config file is at:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json

POWERBI_TENANT_ID is required for almost all users. Most organisations have a single Azure AD tenant. Set this to your Directory (tenant) ID from Step 1. Leaving it as organizations (the default) will cause authentication to fail or target the wrong tenant.

Cursor

Add a .cursor/mcp.json file in your project (or use the global config):

{
  "mcpServers": {
    "powerbi": {
      "command": "uvx",
      "args": ["powerbi-analyst-mcp"],
      "env": {
        "POWERBI_CLIENT_ID": "your-application-client-id",
        "POWERBI_TENANT_ID": "your-directory-tenant-id"
      }
    }
  }
}

pip install (alternative)

pip install powerbi-analyst-mcp

Then replace the uvx command block with:

"command": "powerbi-analyst-mcp",
"args": []

Claude Desktop bundle (.mcpb) β€” for organisation-wide distribution

A .mcpb (MCP Bundle) is a ZIP archive that Claude Desktop installs via drag-and-drop β€” no manual config editing required. The bundle auto-installs all Python dependencies on first run; the only prerequisite is Python 3.10+.

Two manifests live in bundle/:

| File | Purpose | Git | |---|---|---| | manifest.template.json | Generic β€” prompts the user for credentials at install time via Claude's UI | Committed | | manifest.json | Org-specific β€” credentials hardcoded for silent deployment | Gitignored β€” never commit |

Building an org bundle:

# 1. Create your org manifest (one-time setup)
cp bundle/manifest.template.json bundle/manifest.json

Edit bundle/manifest.json and set your values in mcp_config.env:

"env": {
  "POWERBI_CLIENT_ID": "your-application-client-id",
  "POWERBI_TENANT_ID": "your-directory-tenant-id",
  "POWERBI_OUTPUT_DIR": "/custom/output/path"
}

POWERBI_OUTPUT_DIR is optional β€” omit it entirely to use the default ~/powerbi_output.

# 2. Build the bundle
chmod +x bundle/build.sh
./bundle/build.sh
# β†’ dist/miinto-powerbi-analyst.mcpb  (gitignored)

Distributing: Share dist/*.mcpb with colleagues. They drag-and-drop it onto Claude Desktop β†’ Settings β†’ Developer. Works on macOS and Windows.

Security: bundle/manifest.json and dist/ are both gitignored. Only the credential-free template is committed. Never add credentials to any file tracked by git.

---

Typical analysis workflow

Once connected, ask your LLM to follow this sequence naturally:

1. authenticate          ← first run only; returns a URL + code to open in browser,
                           then call authenticate again to complete sign-in
2. list_apps             β†’ returns installed apps, each with a workspaceId
3. list_datasets         workspace_id=<workspaceId from app>   β†’ returns dataset IDs
4. list_tables           workspace_id=<id>   dataset_id=<id>
5. list_measures         workspace_id=<id>   dataset_id=<id>   [table_name=<name>]
6. list_columns          workspace_id=<id>   dataset_id=<id>   [table_name=<name>]
7. search_query_history  [keyword="revenue"]  ← check if similar work exists from a prior session
8. execute_dax           workspace_id=<id>   dataset_id=<id>
                         dax_query="EVALUATE SUMMARIZECOLUMNS(...)"
                         [query_summary="Revenue by market and product for Q1 2025"]
                         [result_name="revenue by market q1"]  ← names the saved CSV
                         [max_rows=500]                        ← optional row cap for sampling
9. read_query_result     file_path=<savedTo>   [offset=0]   [limit=100]
                         ← page through large results without filling context

Note: Always use list_apps (not list_workspaces) to discover workspace IDs. In app-managed organisations, dataset access is granted through Power BI apps β€” using workspace IDs from list_workspaces may result in permission errors.

DAX query examples

-- Total sales by year
EVALUATE
SUMMARIZECOLUMNS(
    'Date'[Year],
    "Total Sales", [Total Sales]
)
ORDER BY 'Date'[Year]

-- Top 10 customers by revenue
EVALUATE
TOPN(
    10,
    SUMMARIZECOLUMNS('Customer'[Name], "Revenue", [Revenue]),
    [Revenue], DESC
)

-- Filtered subset
EVALUATE
CALCULATETABLE(
    'Sales',
    'Date'[Year] = 2024
)

---

Large result handling β€” in detail

| Result size | What happens | |---|---| | ≀ 50 rows | Returned inline as JSON β€” zero friction | | > 50 rows | Full result saved to a timestamped CSV; agent receives a compact summary |

The summary returned for large results contains:

  • rowCount β€” total rows written
  • columns β€” column names and types
  • preview β€” first 5 rows
  • savedTo β€” absolute path to the CSV file

The agent can then page through the file with read_query_result:

read_query_result(
    file_path = "/path/from/savedTo",
    offset    = 0,      # zero-based row offset
    limit     = 100     # rows per page (default 100)
)

Returns rows, totalRows, offset, limit, and hasMore. Increment offset by limit to fetch the next page.

execute_dax parameters for controlling result size:

| Parameter | Type | Description | |---|---|---| | query_summary | str (optional) | Short description of what the user asked for β€” logged to the local query history for auditability and cross-session reuse. | | result_name | str (optional) | Short label used in the CSV filename β€” e.g. "gmv by market 2024" β†’ dax_result_gmv_by_market_2024_20260305_143022.csv. Max 40 characters. | | max_rows | int (optional) | Hard cap applied via TOPN at the Power BI engine level. Useful for quick sampling without rewriting the DAX. |

Output directory defaults to ~/powerbi_output. Override with POWERBI_OUTPUT_DIR in your MCP client's env block. CSV files and the query history log are not automatically cleaned up β€” manage the directory manually or add a retention policy.

---

Limitations

  • Read-only. Creation, modification, and deletion of Power BI artefacts are not supported.
  • execute_dax limits: 100,000 rows or 1,000,000 values per query (Power BI API hard cap).
  • Rate limit: 120 DAX query requests per minute per user.
  • list_tables, list_measures, and list_columns use the DAX INFO.VIEW.* functions, which require Import or DirectQuery models with XMLA read access enabled.
  • CSV files written by execute_dax are not automatically cleaned up.

---

Security

  • Tokens are persisted using OS-native secure storage via msal-extensions:
  • macOS β€” Keychain
  • Windows β€” DPAPI-encrypted file
  • Linux β€” LibSecret (gnome-keyring / KWallet); falls back to an encrypted file if unavailable
  • The cache file is written to ~/.powerbi_mcp_token_cache.bin and is covered by .gitignore.
  • The server never logs access tokens.
  • All data access is gated by the user's own Power BI permissions (delegated OAuth 2.0 β€” no service principal, no client secret).

---

Contributing

See CONTRIBUTING.md for project structure, dev environment setup, architecture notes, and how to add new tools.

See related servers & alternatives β†’

Related MCP servers

Browse all β†’

Related guides

Hand-picked reading to help you choose and use AI & ML servers.