Development · MODEL CONTEXT PROTOCOL

jonaolden pbixray mcp server

MCP server to give llms such as Claude, GitHub Copilot etc full PowerBI model context (from input .pbix) through tools based on PBIXRay python package.

WHAT IT CONNECTS

jonaolden pbixray mcp server 为 AI Agent 提供什么

  • [x] Loading and analyzing PBIX files
  • [x] Data model exploration
  • [x] Listing tables in the model
  • [x] Retrieving model metadata
  • [x] Checking model size
  • [x] Getting model statistics
  • [x] Getting comprehensive model summary
  • [x] Query language access
  • [x] Viewing Power Query (M) code
  • [x] Accessing M Parameters
  • [x] Exploring DAX calculated tables
  • [x] Viewing DAX measures
  • [x] Examining DAX calculated columns
  • [x] Data structure analysis
  • [x] Retrieving schema information
  • [x] Analyzing table relationships
  • [x] Accessing table contents with pagination
  • `--disallow [tool_names]`: Disable specific tools for security reasons
  • `--max-rows N`: Set maximum number of rows returned (default: 100)
  • `--page-size N`: Set default page size for paginated results (default: 20)
  • Clone the repository:
  • Install in development mode:
  • If installing from source, create a virtual environment and install dependencies:
  • [Hugoberry](https://github.com/Hugoberry/pbixray) - Original PBIXRay library
  • [rusiaaman](https://github.com/rusiaaman/wcgw) - WCGW (This MCP was fully written by Claude using wcgw)

SECURITY

MCP 收录不等于安全审核

MCP 服务器可能获得模型上下文、凭据、本地文件或调用外部系统的权限。连接 Agent 前,请检查代码、环境变量、网络行为、软件包来源与维护状态。