Cloud Infrastructure
Trust: 56/100 (Fair)Microsoft Fabric MCP Server Guide
MCP tools for interacting with Microsoft Fabric
2,728 starsby microsoft
Quick Start
Install
npx @microsoft/fabric-mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"com-microsoft-microsoft-fabric": {
"command": "npx",
"args": [
"@microsoft/fabric-mcp"
]
}
}
}