/ Annuaire / Playground / Power BI MCP
● Communauté sulaiman013 ⚡ Instantané

Power BI MCP

par sulaiman013 · sulaiman013/powerbi-mcp

MCP server for natural language interaction with Power BI datasets.

MCP server for natural language interaction with Power BI datasets.

Démo en direct

Aperçu en pratique

powerbi-mcp-sulaiman.replay ▶ prêt
0/0

Installer

Choisissez votre client

~/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"
      ]
    }
  }
}

Ouvrez Claude Desktop → Settings → Developer → Edit Config. Redémarrez après avoir enregistré.

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

Cursor utilise le même schéma mcpServers que Claude Desktop. La config projet l'emporte sur la globale.

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

Cliquez sur l'icône MCP Servers dans la barre latérale Cline, puis "Edit Configuration".

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

Même format que Claude Desktop. Redémarrez Windsurf pour appliquer.

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

Continue utilise un tableau d'objets serveur plutôt qu'une map.

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

Ajoutez dans context_servers. Zed recharge à chaud à la sauvegarde.

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

Une seule ligne. Vérifiez avec claude mcp list. Supprimez avec claude mcp remove.

Cas d'usage

Usages concrets : Power BI MCP

Get started with Power BI MCP

Quand l'utiliser : When you want to bring Power BI MCP into your Claude workflow.

Déroulement
  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.✓ Copié

Résultat : Claude can interact with Power BI MCP directly from your IDE.

Plus

Ressources

📖 Lire le README officiel sur GitHub

🐙 Voir les issues ouvertes

🔍 Parcourir les 400+ serveurs MCP et Skills