Back to Apps

Microsoft Fabric Analytics MCP
Supports UIby santhoshravindran7
Securely access and analyze Microsoft Fabric Analytics data, manage workspaces, and migrate Synapse workloads via MCP.
0 stars
Works in:VS Code Copilot
Exposes:ToolsResources
What it does\nConnects AI assistants to the Microsoft Fabric data platform, allowing for secure access, analysis, and monitoring of Fabric resources including lakehouses and notebooks.\n\n## Tools\n- list-fabric-items: List items in a Microsoft Fabric workspace.\n- create-fabric-item: Create new items (Lakehouse, Notebook, Dataset, Report).\n- execute-fabric-notebook: Run a notebook in a Fabric workspace.\n- query-fabric-dataset: Execute SQL or KQL queries against Fabric datasets.\n- fabric_list_workspaces: List accessible workspaces with metadata.\n- fabric_migrate_synapse_to_fabric: Automate migration of Spark notebooks from Azure Synapse.\n- get-spark-monitoring-dashboard: Generate comprehensive monitoring dashboards with analytics.\n\n## Installation\nAdd the following to your claude_desktop_config.json:\n\njson\n{\n \"mcpServers\": {\n \"fabric-analytics\": {\n \"command\": \"node\",\n \"args\": [\"C:\\path\\to\\your\\build\\index.js\"],\n \"env\": {\n \"FABRIC_AUTH_METHOD\": \"bearer_token\",\n \"FABRIC_TOKEN\": \"your_bearer_token_here\",\n \"FABRIC_WORKSPACE_ID\": \"your_workspace_id\"\n }\n }\n }\n}\n\n\n## Supported hosts\n- Claude Desktop\n- GitHub Copilot
Quick install
pip install fabric-analytics-mcpInformation
- Pricing
- free
- Published
- 4/18/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
Add to claude_desktop_config.json using node and path to build/index.js






