HomeOther › Power BI Authoring MCP Server (Local)

Power BI Authoring MCP Server (Local)

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

★ 1,175 stars Last pushed 2026-09-24 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.5.0-beta.15)

npx -y @microsoft/[email protected]

Or add to your MCP client config:

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

This server takes extra arguments — see its repository.

Related servers

Data from the Official MCP Registry