powerbi-mcp-server
powerbi-mcp-serverは、Power BIと連携してデータ分析を行うためのPythonベースのツールです。ユーザーは、データの可視化やレポート作成を自動化し、効率的にビジネスインサイトを得ることができます。特に、データの取得や処理を簡素化する機能が充実しており、データ分析のプロセスを大幅に改善します。
GitHubスター
2
ユーザー評価
未評価
お気に入り
0
閲覧数
5
フォーク
1
イシュー
0
README
Power BI MCP Server
A Model Context Protocol (MCP) server for integrating Power BI with GenAI applications.
Overview
Business analytics and data visualization
Features
- Comprehensive Power BI API coverage
- Multiple authentication methods
- Enterprise-ready with rate limiting
- Full error handling and retry logic
- Async support for better performance
Installation
pip install powerbi-mcp-server
Or install from source:
git clone https://github.com/asklokesh/powerbi-mcp-server.git
cd powerbi-mcp-server
pip install -e .
Configuration
Create a .env
file or set environment variables according to Power BI API requirements.
Quick Start
from powerbi_mcp import PowerBiMCPServer
# Initialize the server
server = PowerBiMCPServer()
# Start the server
server.start()
License
MIT License - see LICENSE file for details