What is the PowerBI MCP Server MCP server?
PowerBI REST API integration. Query workspaces, datasets, and execute DAX queries via MCP.
How to install PowerBI MCP Server
Copy-paste configuration for popular MCP clients.
POWERBI_TENANT_IDrequiredAzure AD Tenant ID for PowerBI authentication
POWERBI_CLIENT_IDrequiredAzure AD Application (Client) ID with PowerBI API access
POWERBI_CLIENT_SECRETrequiredsecretAzure AD Client Secret for service principal authentication
{
"mcpServers": {
"powerbi-mcp": {
"command": "uvx",
"args": [
"powerbi-mcp"
],
"env": {
"POWERBI_TENANT_ID": "<YOUR_POWERBI_TENANT_ID>",
"POWERBI_CLIENT_ID": "<YOUR_POWERBI_CLIENT_ID>",
"POWERBI_CLIENT_SECRET": "<YOUR_POWERBI_CLIENT_SECRET>"
}
}
}
}{
"mcpServers": {
"powerbi-mcp": {
"command": "uvx",
"args": [
"powerbi-mcp"
],
"env": {
"POWERBI_TENANT_ID": "<YOUR_POWERBI_TENANT_ID>",
"POWERBI_CLIENT_ID": "<YOUR_POWERBI_CLIENT_ID>",
"POWERBI_CLIENT_SECRET": "<YOUR_POWERBI_CLIENT_SECRET>"
}
}
}
}{
"mcpServers": {
"powerbi-mcp": {
"command": "uvx",
"args": [
"powerbi-mcp"
],
"env": {
"POWERBI_TENANT_ID": "<YOUR_POWERBI_TENANT_ID>",
"POWERBI_CLIENT_ID": "<YOUR_POWERBI_CLIENT_ID>",
"POWERBI_CLIENT_SECRET": "<YOUR_POWERBI_CLIENT_SECRET>"
}
}
}
}{
"servers": {
"powerbi-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"powerbi-mcp"
],
"env": {
"POWERBI_TENANT_ID": "<YOUR_POWERBI_TENANT_ID>",
"POWERBI_CLIENT_ID": "<YOUR_POWERBI_CLIENT_ID>",
"POWERBI_CLIENT_SECRET": "<YOUR_POWERBI_CLIENT_SECRET>"
}
}
}
}claude mcp add powerbi-mcp --env POWERBI_TENANT_ID=<YOUR_POWERBI_TENANT_ID> --env POWERBI_CLIENT_ID=<YOUR_POWERBI_CLIENT_ID> --env POWERBI_CLIENT_SECRET=<YOUR_POWERBI_CLIENT_SECRET> -- uvx powerbi-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.