/ Diretório / Playground / Power BI MCP
● Comunidade sulaiman013 ⚡ Instantâneo

Power BI MCP

por sulaiman013 · sulaiman013/powerbi-mcp

MCP server for natural language interaction with Power BI datasets.

MCP server for natural language interaction with Power BI datasets.

Demo ao vivo

Como fica na prática

powerbi-mcp-sulaiman.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-mcp-sulaiman": {
      "command": "npx",
      "args": [
        "-y",
        "powerbi-mcp-sulaiman"
      ]
    }
  }
}

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

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

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

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

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

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

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

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

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

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

Adicione em context_servers. Zed recarrega automaticamente ao salvar.

claude mcp add powerbi-mcp-sulaiman -- npx -y powerbi-mcp-sulaiman

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

Casos de uso

Usos do mundo real: Power BI MCP

Get started with Power BI MCP

Quando usar: When you want to bring Power BI 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 MCP to help me with a task.✓ Copiado

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

Mais

Recursos

📖 Leia o README oficial no GitHub

🐙 Ver issues abertas

🔍 Ver todos os 400+ servidores MCP e Skills