mcpbeat Sign in

PowerBI MCP Server

by gurvinder-dhillon Your server? Claim it
local only

PowerBI MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 76 installs a week from pypi. Last commit 5 Feb 2026.

PowerBI REST API integration. Query workspaces, datasets, and execute DAX queries via MCP.

Installs per day peak 42 · avg 12 · +1% w/w
a month agotoday
76
Installs / week
pypi · powerbi-mcp
0
Stars
0 open issues
5 Feb 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check PowerBI MCP Server every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add powerbi-mcp -- uvx powerbi-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "powerbi-mcp": {
      "args": [
        "powerbi-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.powerbi-mcp]
command = "uvx"
args = ["powerbi-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "powerbi-mcp": {
      "args": [
        "powerbi-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "powerbi-mcp": {
      "args": [
        "powerbi-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: POWERBI_TENANT_ID (Azure AD Tenant ID for PowerBI authentication), POWERBI_CLIENT_ID (Azure AD Application (Client) ID with PowerBI API access), POWERBI_CLIENT_SECRET (Azure AD Client Secret for service principal authentication). The author declared them in the registry entry; get the values from the project itself.

Alternatives to PowerBI MCP Server

same job, measured the same way
Powerbi
by asklokesh

MCP server for Power BI API integration

56 installs/wk local only
I
MCP KQL Server
by 4r9un

Execute KQL in AI prompts via NL2KQL with schema discovery and Azure Data Explorer integration

259 installs/wk local only
I
Power BI Analyst MCP
by mbrummerstedt

Browse Power BI workspaces, run DAX queries, and page through large results.

74 installs/wk local only
Treasury Fiscaldata MCP Server
by cyanheads

Query US Treasury national debt, interest rates, exchange rates, and fiscal datasets via MCP.

93 installs/wk 7 tools answering
Steep
by steep

Query metrics, targets, entities, and team data in your Steep workspace via MCP.

answering
MCP Victoriatraces
by victoriametrics-community

MCP Server for VictoriaTraces. Provides integration with VictoriaTraces API and documentation

local only
MCP Server for Excel
by sbroenne

Excel automation for AI - Sheets, Power Query, DAX, VBA, Tables, Ranges and more. Windows only.

local only
Raw SQL MCP
by kifopl

Execute raw SQL queries against SQL Server, SQLite, PostgreSQL, MySQL, and MariaDB.

local only

PowerBI MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for PowerBI MCP Server?
PowerBI MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package powerbi-mcp was installed 76 times last week.
How do I connect PowerBI MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls powerbi-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use PowerBI MCP Server?
The pypi package powerbi-mcp was installed 76 times in the last week. Week over week that is +1%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is PowerBI MCP Server open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.