Skip to content

Power BI Authoring MCP Server (Local) for Zed

com.microsoft/powerbi-modeling-mcp

The Power BI Authoring MCP server lets an AI agent create and change Power BI semantic models.

client:Zed transport:stdio runtime:npm

Install Power BI Authoring MCP Server (Local) in Zed

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

{
  "context_servers": {
    "powerbi-modeling-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@microsoft/powerbi-modeling-mcp"
      ]
    }
  }
}

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

Power BI Authoring MCP Server (Local) in other clients