Skip to content

Power BI Analyst MCP for Zed

io.github.mbrummerstedt/powerbi-analyst-mcp

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

client:Zed transport:stdio runtime:pypi

Install Power BI Analyst MCP in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

Power BI Analyst MCP in other clients