P
Power BI
Query Power BI datasets and reports.
·No reviews yet
Share:
About
Auto-generated
Power BI is a Model Context Protocol server in the Analytics & Monitoring category. It lets AI assistants that speak MCP call its tools and read its resources over STDIO.
Example tools
Illustrative tool names — the actual tool set is defined by the server at runtime.
list_resources
Enumerate resources exposed by this MCP
get_resource
Fetch a resource by ID
invoke
Invoke the primary action of this MCP
Screenshots
No screenshots yet.
Frequently Asked Questions
Common questions about Power BI.
- What is the Power BI MCP used for?
- The Power BI MCP allows users to query Power BI datasets and reports. It facilitates integration of Power BI capabilities into other applications for data analysis and monitoring.
- How do I authenticate with the Power BI MCP?
- The Power BI MCP uses OAuth for authentication. You will need to configure OAuth credentials within your MCP client to connect to your Power BI instance.
- Which data sources can Power BI query through this MCP?
- The MCP queries existing Power BI datasets and reports. The underlying data sources depend on how those Power BI assets were originally configured within the Power BI service.
- Does the Power BI MCP have any usage costs?
- The Power BI MCP itself is provided by the community. However, usage costs may be associated with the underlying Power BI service and any associated Microsoft licenses, depending on your Power BI subscription.
- What is a key prerequisite for using the Power BI MCP?
- A key prerequisite for utilizing the Power BI MCP is having an active Power BI account and pre-existing Power BI datasets or reports that you wish to query.
Install Power BI
Claude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"power-bi": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-power-bi"
]
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"power-bi": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-power-bi"
]
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"power-bi": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-power-bi"
]
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.