MCP Directory
Back

skills-for-fabric

by microsoft · Shell · ★ 662

A collection of skills and MCP systems to enable users of CLI, VSCode, Claude to operate over Microsoft Fabric

Install

git clone https://github.com/microsoft/skills-for-fabric.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "skills-for-fabric": {
      "command": "npx",
      "args": [
        "-y",
        "github:microsoft/skills-for-fabric"
      ]
    }
  }
}

From the README

Microsoft Fabric Skills are reusable AI assistant instructions for working with Microsoft Fabric. They help GitHub Copilot CLI and compatible AI coding tools understand Fabric workloads, APIs, query patterns, and operational best practices. Add the public marketplace: Install the full bundle (except ): Or install a focused bundle: You can also filter the full bundle by workload: | Bundle | Use it for | |--------|------------| | | Complete Microsoft Fabric skill bundle, including authoring, consumption, operations, migration, and end-to-end architecture skills. | | | Creating and managin…
Read full README on GitHub →

Related developer tools servers