powerbi-mcp-server

robert-movlan/powerbi-mcp-server
★ 0 stars Python 🤖 AI/LLM Updated 1d ago
Production-ready MCP-compatible API server bridging AI systems (ChatGPT/Codex) to Power BI semantic models via DAX queries
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-mcp-server": {
      "command": "uvx",
      "args": [
        "powerbi-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install powerbi-mcp-server