PowerBI MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 76 installs a week from pypi. Last commit 5 Feb 2026.
PowerBI REST API integration. Query workspaces, datasets, and execute DAX queries via MCP.
Today is the operative word: we check PowerBI MCP Server 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-mcp -- uvx powerbi-mcp
{
"mcpServers": {
"powerbi-mcp": {
"args": [
"powerbi-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.powerbi-mcp]
command = "uvx"
args = ["powerbi-mcp"]
{
"mcpServers": {
"powerbi-mcp": {
"args": [
"powerbi-mcp"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"powerbi-mcp": {
"args": [
"powerbi-mcp"
],
"command": "uvx"
}
}
}
This one needs environment variables set before it will start:
POWERBI_TENANT_ID (Azure AD Tenant ID for PowerBI authentication), POWERBI_CLIENT_ID (Azure AD Application (Client) ID with PowerBI API access), POWERBI_CLIENT_SECRET (Azure AD Client Secret for service principal authentication).
The author declared them in the registry entry; get the values from the project itself.
MCP server for Power BI API integration
Execute KQL in AI prompts via NL2KQL with schema discovery and Azure Data Explorer integration
Browse Power BI workspaces, run DAX queries, and page through large results.
Query US Treasury national debt, interest rates, exchange rates, and fiscal datasets via MCP.
Query metrics, targets, entities, and team data in your Steep workspace via MCP.
MCP Server for VictoriaTraces. Provides integration with VictoriaTraces API and documentation
Excel automation for AI - Sheets, Power Query, DAX, VBA, Tables, Ranges and more. Windows only.
Execute raw SQL queries against SQL Server, SQLite, PostgreSQL, MySQL, and MariaDB.
Answers built from our own checks of this server.