mcpbeat Sign in

Power BI Modeling MCP Server

local only

Power BI Modeling MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 5 251 installs a week from npm. Last commit 19 Aug 2026.

The Power BI Modeling MCP Server brings Power BI semantic modeling capabilities to your AI agents.

Installs per day peak 7 240 · avg 1 338 · -48% w/w
a month agotoday
5 251
Installs / week
npm · @microsoft/powerbi-modeling-mcp
1159
Stars
53 open issues
19 Aug 2026
Last commit
0 releases in 90 days
MIT
License
language unknown

What the code does

We have not read this server's code yet, 2 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] index.js:1
этот файл ставится пользователю, но в репозитории его нет

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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-modeling-mcp -- npx -y @microsoft/powerbi-modeling-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "powerbi-modeling-mcp": {
      "args": [
        "-y",
        "@microsoft/powerbi-modeling-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.powerbi-modeling-mcp]
command = "npx"
args = ["-y", "@microsoft/powerbi-modeling-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "powerbi-modeling-mcp": {
      "args": [
        "-y",
        "@microsoft/powerbi-modeling-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "powerbi-modeling-mcp": {
      "args": [
        "-y",
        "@microsoft/powerbi-modeling-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Power BI Modeling MCP Server

same job, measured the same way
Serena MCP: the IDE for your agent
by oraios

A powerful toolkit for coding, providing semantic retrieval and editing capabilities.

28 042 installs/wk local only
Capsolver MCP
by capsolver-ai

MCP Server for CapSolver - captcha-solving capabilities for AI agents

local only
Azure DevOps (ADO)
by premierinc

The MCP server for Azure DevOps, bringing the power of Azure DevOps directly to your agents.

answering
Lenderprice MCP
by lenderprice

MCP server that exposes the Lenderprice platform's capabilities to AI models.

answering
PostgreSQL performance Tuner MCP Server
by isdaniel

provides AI-powered PostgreSQL performance tuning capabilities.

311 installs/wk local only
Graphlens MCP
by neko1313

Semantic code graph MCP server for coding agents

162 installs/wk local only
MCP Rfc Editor
by daedalus

An MCP server that provides rfc editing capabilities

87 installs/wk local only
Hal
by deanward

HAL (HTTP API Layer) - An MCP server that provides HTTP API capabilities to Large Language Models

76 installs/wk local only

Power BI Modeling MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Power BI Modeling MCP Server?
Power BI Modeling 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 npm package @microsoft/powerbi-modeling-mcp was installed 5 251 times last week.
How do I connect Power BI Modeling 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 @microsoft/powerbi-modeling-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Power BI Modeling MCP Server?
The npm package @microsoft/powerbi-modeling-mcp was installed 5 251 times in the last week. Week over week that is -48%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Power BI Modeling MCP Server open source?
Yes — it is published under the MIT licence, 1 159 stars on GitHub and 53 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.