Power BI Authoring MCP Server
Microsoft's MCP server for building and modifying Power BI semantic models from AI agents.
Sources and review
Checked against public documentation on . Suitability guidance is our editorial judgment; this is not a performance benchmark or an endorsement.
Power BI developers who want an agent to create measures, relationships and model changes.
You need a stable API; the server is in public preview.
About Power BI Authoring MCP Server
The Power BI Authoring MCP Server, from Microsoft, connects AI agents to Power BI semantic models so developers can make modelling changes in natural language or run agentic development workflows. This repository is the local server; Microsoft recommends its hosted remote server for models in a Fabric workspace. It is in public preview and may change significantly before general availability.
Power BI Authoring MCP Server is an open-source project, with 1.2k stars on GitHub. It was last updated in September 2026.
Add Power BI Authoring MCP Server to your MCP client
Generated from the launch command in the project's README. Your client starts the server on demand.
Claude Code
claude mcp add powerbi-modeling-mcp -- npx -y @microsoft/powerbi-modeling-mcp@latest --startCursor
{
"mcpServers": {
"powerbi-modeling-mcp": {
"command": "npx",
"args": ["-y", "@microsoft/powerbi-modeling-mcp@latest", "--start"]
}
}
}VS Code
{
"servers": {
"powerbi-modeling-mcp": {
"type": "stdio",
"command": "npx",
"args": ["-y", "@microsoft/powerbi-modeling-mcp@latest", "--start"]
}
}
}Claude Desktop
{
"mcpServers": {
"powerbi-modeling-mcp": {
"command": "npx",
"args": ["-y", "@microsoft/powerbi-modeling-mcp@latest", "--start"]
}
}
}Codex
[mcp_servers.powerbi-modeling-mcp]
command = "npx"
args = ["-y", "@microsoft/powerbi-modeling-mcp@latest", "--start"]Power BI Authoring MCP Server vs. the alternatives
All 163 alternatives →| Record | Stars | Pricing | ||
|---|---|---|---|---|
| Power BI Authoring MCP Serverthis listing | 1.2k | — | MIT | Open source |
| MCP Reference Servers | 91k | TypeScript | MIT AND Apache-2.0 | Open source |
| context7 | 62k | TypeScript | MIT | Open source |
| chrome-devtools-mcp | 53k | TypeScript | Apache-2.0 | Open source |
| Playwright MCP | 37k | TypeScript | Apache-2.0 | Open source |
| github-mcp-server | 33k | Go | MIT | Open source |
See all 163 Power BI Authoring MCP Server alternatives, compared →
