MCP server for Power BI API integration
A Model Context Protocol (MCP) server for integrating Power BI with GenAI applications.
Business analytics and data visualization
pip install powerbi-mcp-serverOr install from source:
git clone https://github.com/asklokesh/powerbi-mcp-server.git
cd powerbi-mcp-server
pip install -e .Create a .env file or set environment variables according to Power BI API requirements.
from powerbi_mcp import PowerBiMCPServer
# Initialize the server
server = PowerBiMCPServer()
# Start the server
server.start()MIT License - see LICENSE file for details