Skip to content
Cursor

Power BI Authoring MCP Server (Local) for Cursor

com.microsoft/powerbi-modeling-mcp

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

client:Cursor transport:stdio runtime:npm

Install Power BI Authoring MCP Server (Local) in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Power BI Authoring MCP Server (Local) in other clients