Power BI Analyst MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 74 installs a week from pypi.
Browse Power BI workspaces, run DAX queries, and page through large results.
Today is the operative word: we check Power BI Analyst MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add powerbi-analyst-mcp -- uvx powerbi-analyst-mcp
{
"mcpServers": {
"powerbi-analyst-mcp": {
"args": [
"powerbi-analyst-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.powerbi-analyst-mcp]
command = "uvx"
args = ["powerbi-analyst-mcp"]
{
"mcpServers": {
"powerbi-analyst-mcp": {
"args": [
"powerbi-analyst-mcp"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"powerbi-analyst-mcp": {
"args": [
"powerbi-analyst-mcp"
],
"command": "uvx"
}
}
}
This one needs environment variables set before it will start:
POWERBI_CLIENT_ID (Azure AD application (client) ID), POWERBI_TENANT_ID (Azure AD directory (tenant) ID).
The author declared them in the registry entry; get the values from the project itself.
PowerBI REST API integration. Query workspaces, datasets, and execute DAX queries via MCP.
AI-powered test automation: run tests, analyze failures, query results across mabl workspaces.
BridgeApp workspace over MCP: tasks, chats, threads, pages, and projects.
Run SQL queries and inspect database schemas through safe, visible MCP tools.
Browse and manage files in your Moxt AI workspace from any MCP client.
Pirsch Analytics with natural language queries and trend analysis
Microsoft OneDrive MCP server — browse, read, and manage files and folders through Microsoft Graph.
Manage repositories, branches, webhooks, and pull requests in Bitbucket workspaces
Answers built from our own checks of this server.