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
{
"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