The Power BI Desktop MCP Server is a tool that lets AI assistants like Claude interact with your Power BI models programmatically. It enables Claude to read your model structure, run DAX queries, create and modify measures, manage relationships, and perform advanced analytics - all through natural conversation.
The Power BI Desktop MCP Server is a tool that lets AI assistants like Claude interact with your Power BI models programmatically. It enables Claude to read your model structure, run DAX queries, create and modify measures, manage relationships, and perform advanced analytics - all through natural conversation.
Add this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"maxanatsko-pbi-desktop-mcp-public-github": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-maxanatsko-pbi-desktop-mcp-public-github"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from pbi desktop mcp public?"
No configuration required. This server works out of the box.
"What resources are available in pbi desktop mcp public?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in pbi desktop mcp public"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in pbi desktop mcp public with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.