Power BI Embedded Management Client Claude Desktop Config
Add the Power BI Embedded Management Client MCP server to Claude Desktop with this ready-to-use configuration.
Setup Instructions
- Open Claude Desktop
- Go to Settings → Developer → Edit Config →
claude_desktop_config.json - Paste the JSON below into the file
- Set your credentials in the
envsection - Restart Claude Desktop
Configuration JSON
Copy the entire block into your claude_desktop_config.json
{
"mcpServers": {
"azure-com-powerbiembedded": {
"command": "npx",
"args": [
"-y",
"@mcp/azure-com-powerbiembedded"
],
"env": {
"POWER_BI_EMBEDDED_MANAGEMENT_CLIENT_API_KEY": "your_power_bi_embedded_management_client_api_key"
}
}
}
}Environment Variables
POWER_BI_EMBEDDED_MANAGEMENT_CLIENT_API_KEYReplace your_power_bi_embedded_management_client_api_key with your actual power bi embedded management client api key
Endpoints
GET
/providers/Microsoft.PowerBI/operationsgetAvailableOperations
POST
/subscriptions/{subscriptionId}/providers/Microsoft.PowerBI/locations/{location}/checkNameAvailabilityWorkspaceCollections_checkNameAvailability
GET
/subscriptions/{subscriptionId}/providers/Microsoft.PowerBI/workspaceCollectionsWorkspaceCollections_listBySubscription
POST
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/moveResourcesWorkspaceCollections_migrate
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.PowerBI/workspaceCollectionsWorkspaceCollections_listByResourceGroup
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.PowerBI/workspaceCollections/{workspaceCollectionName}WorkspaceCollections_getByName
PUT
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.PowerBI/workspaceCollections/{workspaceCollectionName}WorkspaceCollections_create
DELETE
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.PowerBI/workspaceCollections/{workspaceCollectionName}WorkspaceCollections_delete
PATCH
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.PowerBI/workspaceCollections/{workspaceCollectionName}WorkspaceCollections_update
POST
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.PowerBI/workspaceCollections/{workspaceCollectionName}/listKeysWorkspaceCollections_getAccessKeys