MCP Directory
Back

powerbi-mcp

by sulaiman013 · Python · ★ 114

MCP server for natural language interaction with Power BI datasets

#claude-desktop#data-analytics#dax#mcp#model-context-protocol#power-bi

Install

pip install git+https://github.com/sulaiman013/powerbi-mcp.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "powerbi-mcp": {
      "command": "uvx",
      "args": [
        "git+https://github.com/sulaiman013/powerbi-mcp.git"
      ]
    }
  }
}

From the README

An enterprise-grade Model Context Protocol server for Power BI and Microsoft Fabric. Let AI assistants inspect, query, validate, optimize, govern, and safely refactor Power BI semantic models and reports, through natural language. > **Disclaimer:** This is an independent, community project. It is not affiliated with, endorsed > by, or connected to Microsoft Corporation or Anthropic. ---------|--------------| | **Dual connectivity** | Power BI Desktop (local) and Power BI Service (cloud) | | **Natural-language DAX** | Run, validate, and optimize DAX through conversatio…
Read full README on GitHub →

Related monitoring servers