
Microsoft Fabric MCP Server
Drive Microsoft Fabric workspaces, items, and data platform operations from your agent while building analytics-backed product features.
Overview
Microsoft Fabric MCP Server is a MCP server for the Build phase that provides tools for AI agents to interact with Microsoft Fabric data platform resources.
What is this MCP server?
- Official Microsoft Fabric MCP Server at version 1.0.0
- NuGet Microsoft.Fabric.Mcp and npm @microsoft/fabric-mcp with server start stdio pattern
- Open-source server under microsoft/mcp servers/Fabric.Mcp.Server on GitHub
- MCP tools scoped to interacting with Microsoft Fabric resources from agents
- 2 published packages: NuGet and npm
- Repository: github.com/microsoft/mcp (servers/Fabric.Mcp.Server)
Community signal: 3.3k GitHub stars.
What problem does it solve?
Fabric admin and item operations split your attention from code, and agents cannot help if they lack a governed API surface.
Who is it for?
Solo builders building on Fabric who want agent-assisted workspace and analytics platform tasks during integration sprints.
Skip if: Teams with no Fabric license, or pure spreadsheet analytics with no Microsoft data platform in stack.
What do I get? / Deliverables
You register Fabric MCP and your agent can invoke platform tools to list, configure, or act on Fabric resources inside your development workflow.
- Fabric MCP server entry in agent configuration
- In-session Fabric tool invocations from your coding agent
- Faster integration iteration against live Fabric resources
Recommended MCP Servers
Journey fit
Fabric MCP is adopted when you integrate a data platform into the product, which is core Build work even if analytics pays off later in Grow. Integrations captures MCP servers that connect agents to external platforms like Fabric rather than one-off SQL scripts.
How it compares
Fabric platform MCP connector, not a generic SQL MCP or offline notebook-only analysis skill.
Common Questions / FAQ
Who is Microsoft Fabric MCP Server for?
Indie and small-team developers on Microsoft Fabric who use MCP agents to manage and interact with Fabric while building data features.
When should I use Microsoft Fabric MCP Server?
Use it during Build integrations when connecting apps, agents, or automation to Fabric workspaces, pipelines, or related items.
How do I add Microsoft Fabric MCP Server to my agent?
Install Microsoft.Fabric.Mcp or @microsoft/fabric-mcp, add stdio MCP config with server and start arguments, and authenticate to your Fabric tenant per Microsoft docs.