Skip to content
fabricstack.dev

Fabric Local MCP Server

free

Microsoft's open-source local MCP server that gives AI agents Fabric API docs, OneLake file operations, and item creation from your machine.

Category
ai-mcp
Type
mcp
Language
C#
Maintainer
microsoft
Author
Microsoft
Added
Jun 1, 2026

What it does

The Fabric Local MCP Server is an open-source, development-focused Model Context Protocol server that runs as a local subprocess. It gives AI agents offline access to Fabric API documentation and best practices, OneLake file operations (browse, read, write, and manage directories; query table schemas), and core Fabric item creation integrated with the local file system. It is part of Microsoft’s MIT-licensed microsoft/mcp monorepo and is distributed on npm as @microsoft/fabric-mcp.

Why use it

Use the local server for pro-dev workflows where an agent needs grounded Fabric API knowledge and direct OneLake access on your machine. It complements the hosted Core MCP server, which handles full item CRUD, permissions, and folder management.

Getting started

The recommended path is the “Fabric MCP Server” VS Code extension with GitHub Copilot Chat. Alternatively, with Node.js 20 LTS or later:

npx -y @microsoft/fabric-mcp@latest server start --mode all

Run az login first for OneLake operations.

Related tools

Microsoft's cloud-hosted remote MCP server that exposes Fabric's REST APIs as typed tools for AI agents, with Entra ID auth and audit logging.

MCP Free Microsoft Preview
  • #official
  • #ai
  • #mcp

Microsoft's preview Python SDK for programmatically creating, updating, and consuming Fabric Data Agents, including conversational interactions and evaluation.

SDK Free Microsoft Preview
  • #official
  • #ai
  • #automation

Microsoft's official MCP server for Power BI semantic modeling, letting AI agents create and edit tables, measures, and relationships and validate DAX.

MCP Free Microsoft Preview
  • #official
  • #ai
  • #mcp