PowerBI-MCP-AI-Data-Analysis

Aribhaskar0928/PowerBI-MCP-AI-Data-Analysis
★ 0 stars Unknown language AI/LLM Updated today
This project demonstrates how Claude AI can interact with Power BI through the Power BI MCP Server to automate parts of the data analysis workflow. Instead of manually creating tables and relationships, AI is guided using prompts to perform common data modeling tasks.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "powerbi-mcp-ai-data-": {
      "command": "npx",
      "args": [
        "-y",
        "Aribhaskar0928/PowerBI-MCP-AI-Data-Analysis"
      ]
    }
  }
}