powerbi-modeling-mcp

microsoft/powerbi-modeling-mcp
★ 492 stars Unknown language 🤖 AI/LLM Updated 1mo ago
The Power BI Modeling MCP Server, brings Power BI semantic modeling capabilities to your AI agents.
View on GitHub →

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-modeling-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "microsoft/powerbi-modeling-mcp"
      ]
    }
  }
}