Power BI Analyst MCP for Cursor
io.github.mbrummerstedt/powerbi-analyst-mcp
Browse Power BI workspaces, run DAX queries, and page through large results.
client:Cursor
transport:stdio
runtime:pypi
Install Power BI Analyst MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"powerbi-analyst-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"powerbi-analyst-mcp"
],
"env": {
"POWERBI_CLIENT_ID": "<POWERBI_CLIENT_ID>",
"POWERBI_TENANT_ID": "<POWERBI_TENANT_ID>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs