Skip to content
Windsurf

Power BI Authoring MCP Server (Local) for Windsurf

com.microsoft/powerbi-modeling-mcp

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

client:Windsurf transport:stdio runtime:npm

Install Power BI Authoring MCP Server (Local) in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Power BI Authoring MCP Server (Local) in other clients