From fabric
Local stdio MCP server for Microsoft Fabric analytics platform, providing tools for data lakehouses, warehouses, pipelines, real-time analytics, and Power BI integration. Requires authentication.
npx claudepluginhub ruiromano/powerbi-agentic-plugins --plugin fabricAdd to your .mcp.json:
{
"mcpServers": {
"fabric-mcp-server": {
"command": "npx",
"args": [
"-y",
"@microsoft/fabric-mcp@latest",
"server",
"start",
"--mode",
"all"
]
}
}
}npx