MCP Directory
Back

pbixray-mcp-server

by jonaolden · Python · ★ 42

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.

#claude#mcp-server#pbix-files#powerbi#powerbi-reports

Install

pip install git+https://github.com/jonaolden/pbixray-mcp-server.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "pbixray-mcp-server": {
      "command": "uvx",
      "args": [
        "git+https://github.com/jonaolden/pbixray-mcp-server.git"
      ]
    }
  }
}

From the README

[](https://mseep.ai/app/jonaolden-pbixray-mcp-server) those interested in this project might also be interested in this follow-up project, [tabular-mcp](https://github.com/jonaolden/tabular-mcp), which allows running DAX queries against a local PowerBI model. support is highly appreciated ! A [Model Context Protocol][mcp] (MCP) server for PBIXRay. This MCP server exposes the capabilities of [PBIXRay](https://github.com/Hugoberry/pbixray) as tools and resources for LLM clients to interact with Power BI (.pbix) files. - [x] Loading and analyzing PBIX files - [x] Data model exploration - […
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related filesystem servers