Fabric Core MCP Server
free previewMicrosoft'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.
- Category
- ai-mcp
- Type
- mcp
- Maintainer
- microsoft
- Author
- Microsoft
- Added
- Jun 1, 2026
What it does
The Fabric Core MCP Server is a Microsoft-hosted, remote Model Context Protocol endpoint that exposes Fabric’s public REST APIs as typed MCP tools. There is no local install — any MCP host that supports Streamable HTTP connects to the endpoint and authenticates with Microsoft Entra ID via browser-based OAuth. It covers workspace management, item CRUD, permission and role management, folder organization, OneLake Catalog search, and capacity information, all respecting your Fabric RBAC and audit logging.
Why use it
Use the Core MCP server to let AI agents (Copilot, Claude, and other MCP hosts) perform real, authenticated operations against your Fabric tenant without writing API plumbing or installing anything locally.
Getting started
In VS Code, run MCP: Add Server → HTTP and enter:
https://api.fabric.microsoft.com/v1/mcp/core
Sign in with Entra ID when prompted (auth scope https://api.fabric.microsoft.com/.default).