/ Diretório / Playground / Power BI Modeling MCP
● Oficial Microsoft ⚡ Instantâneo

Power BI Modeling MCP

por Microsoft · microsoft/powerbi-modeling-mcp

Official Microsoft Power BI semantic modeling MCP — bring BI modeling to your AI agents.

Official Microsoft Power BI semantic modeling MCP — bring BI modeling to your AI agents.

Demo ao vivo

Como fica na prática

powerbi-modeling-mcp.replay ▶ pronto
0/0

Instalar

Escolha seu cliente

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "powerbi-modeling-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "powerbi-modeling-mcp"
      ]
    }
  }
}

Abra Claude Desktop → Settings → Developer → Edit Config. Reinicie após salvar.

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "powerbi-modeling-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "powerbi-modeling-mcp"
      ]
    }
  }
}

Cursor usa o mesmo esquema mcpServers que o Claude Desktop. Config de projeto vence a global.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "powerbi-modeling-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "powerbi-modeling-mcp"
      ]
    }
  }
}

Clique no ícone MCP Servers na barra lateral do Cline, depois "Edit Configuration".

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "powerbi-modeling-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "powerbi-modeling-mcp"
      ]
    }
  }
}

Mesmo formato do Claude Desktop. Reinicie o Windsurf para aplicar.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "powerbi-modeling-mcp",
      "command": "npx",
      "args": [
        "-y",
        "powerbi-modeling-mcp"
      ]
    }
  ]
}

O Continue usa um array de objetos de servidor em vez de um map.

~/.config/zed/settings.json
{
  "context_servers": {
    "powerbi-modeling-mcp": {
      "command": {
        "path": "npx",
        "args": [
          "-y",
          "powerbi-modeling-mcp"
        ]
      }
    }
  }
}

Adicione em context_servers. Zed recarrega automaticamente ao salvar.

claude mcp add powerbi-modeling-mcp -- npx -y powerbi-modeling-mcp

Uma linha só. Verifique com claude mcp list. Remova com claude mcp remove.

Casos de uso

Usos do mundo real: Power BI Modeling MCP

Get started with Power BI Modeling MCP

Quando usar: When you want to bring Power BI Modeling MCP into your Claude workflow.

Fluxo
  1. Install the MCP server in your client (see Install tab).
  2. Authenticate or configure required tokens.
  3. Ask Claude to use the new tools.
    Use Power BI Modeling MCP to help me with a task.✓ Copiado

Resultado: Claude can interact with Power BI Modeling MCP directly from your IDE.

Mais

Recursos

📖 Leia o README oficial no GitHub

🐙 Ver issues abertas

🔍 Ver todos os 400+ servidores MCP e Skills