Skip to content
Cline

Power BI Analyst MCP for Cline

io.github.mbrummerstedt/powerbi-analyst-mcp

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

client:Cline transport:stdio runtime:pypi

Install Power BI Analyst MCP in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "powerbi-analyst-mcp": {
      "command": "uvx",
      "args": [
        "powerbi-analyst-mcp"
      ],
      "env": {
        "POWERBI_CLIENT_ID": "<POWERBI_CLIENT_ID>",
        "POWERBI_TENANT_ID": "<POWERBI_TENANT_ID>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Power BI Analyst MCP in other clients