Fabric
Freeby MCP Community
Microsoft Fabric MCP Server - Model Context Protocol implementation for Fabric
v0.0.0-beta.10Added Apr 12, 2026
fabricmcpmodel-context-protocol
Fabric MCP Server
Microsoft Fabric MCP Server - Model Context Protocol implementation for Fabric
Installation
npx -y @microsoft/fabric-mcp
Reviews
Installation
Quick install
npx -y @microsoft/fabric-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"fabric": {
"command": "npx",
"args": ["-y", "@microsoft/fabric-mcp"]
}
}
}