Skip to content

Fabric

Free

by MCP Community

Microsoft Fabric MCP Server - Model Context Protocol implementation for Fabric

v0.0.0-beta.10Added Apr 12, 2026
fabricmcpmodel-context-protocol
Works with:ClaudeGPTGeminiCopilot

Fabric MCP Server

Microsoft Fabric MCP Server - Model Context Protocol implementation for Fabric

Installation

npx -y @microsoft/fabric-mcp

Reviews

Leave a Review

Installation

Quick install
npx -y @microsoft/fabric-mcp
Add to claude_desktop_config.json
{
  "mcpServers": {
    "fabric": {
      "command": "npx",
      "args": ["-y", "@microsoft/fabric-mcp"]
    }
  }
}