Odel
PowerBI MCP Server

PowerBI MCP Server

Local
@gurvinder-dhillonPythonMITUpdated 7mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIpowerbi-mcpv0.1.2

Run

uvx powerbi-mcp

MCP client config

{
  "mcpServers": {
    "powerbi-mcp-server": {
      "command": "uvx",
      "args": [
        "powerbi-mcp"
      ]
    }
  }
}