Power BI Authoring MCP Server (Local) for VS Code
com.microsoft/powerbi-modeling-mcp
The Power BI Authoring MCP server lets an AI agent create and change Power BI semantic models.
client:VS Code
transport:stdio
runtime:npm
Install Power BI Authoring MCP Server (Local) in VS Code
.vscode/mcp.json
{
"servers": {
"powerbi-modeling-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@microsoft/powerbi-modeling-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs