PluginBench
MCP Server

Power BI Modeling MCP Server MCP Server

com.microsoft/powerbi-modeling-mcp

What is the Power BI Modeling MCP Server MCP server?

The Power BI Modeling MCP Server brings Power BI semantic modeling capabilities to your AI agents.

How to install Power BI Modeling MCP Server

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "powerbi-modeling-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@microsoft/powerbi-modeling-mcp",
        "--start"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "powerbi-modeling-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@microsoft/powerbi-modeling-mcp",
        "--start"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "powerbi-modeling-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@microsoft/powerbi-modeling-mcp",
        "--start"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "powerbi-modeling-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@microsoft/powerbi-modeling-mcp",
        "--start"
      ]
    }
  }
}
Claude Code
claude mcp add powerbi-modeling-mcp -- npx -y @microsoft/powerbi-modeling-mcp --start

Related MCP servers

Free, one-click access to official Microsoft documentation and code samples—no API keys required.

1.7k
TypeScript
CC-BY-4.0
View repository →

Bring NuGet package management into AI agent workflows via MCP.

1.6k
HTML
View repository →

All Azure MCP tools to create a seamless connection between AI agents and Azure services.

View repository →

The ESRP OSS MCP server exposes tools to discover & validate trusted Microsoft OSS Packages.

View repository →

MCP tools for interacting with Microsoft Fabric

View repository →

Find relevant security data from Sentinel data lake for building effective agents. More:aka.ms/s/de

View repository →