← Back to Plugins
MCP Server MCP

PowerBI MCP Server

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx powerbi-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "powerbi-mcp",
      "version": "0.1.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Azure AD Tenant ID for PowerBI authentication",
          "isRequired": true,
          "format": "string",
          "name": "POWERBI_TENANT_ID"
        },
        {
          "description": "Azure AD Application (Client) ID with PowerBI API access",
          "isRequired": true,
          "format": "string",
          "name": "POWERBI_CLIENT_ID"
        },
        {
          "description": "Azure AD Client Secret for service principal authentication",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "POWERBI_CLIENT_SECRET"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...