Microsoft Fabric MCP Server

A local-first Model Context Protocol (MCP) server that provides AI agents with comprehensive access to Microsoft Fabric's public APIs, item definitions, and best practices. The Fabric MCP Server packages complete OpenAPI specifications into a single context layer for AI-assisted development - without connecting to live Fabric environments. Its 40 documented tools cover onelake, shortcut, docs, table.

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in C#.

VERIFIED ACTIVE

LAST COMMIT 2026-08-21 · ★ 3,598 · #10 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

MIT · C# · how we verify → /methodology

01 · Install Microsoft Fabric MCP Server

before you install - you'll need

The README does not document required environment variables for a basic install.

Claude Code

claude mcp add microsoft-mcp-servers-fabric-mcp-server -- npx -y @microsoft/fabric-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "microsoft-mcp-servers-fabric-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@microsoft/fabric-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package @microsoft/fabric-mcp - published under the repo owner's npm scope (@microsoft)

registry vendor namespace com.microsoft - domain-verified with the official MCP registry

03 · What Microsoft Fabric MCP Server can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Capability map

Tools grouped from the project's README - what Microsoft Fabric MCP Server lets an agent do.

Onelake

33 tools - e.g. Lists available Microsoft Fabric workspaces.; Lists workspace items with high-level metadata.; Lists Fabric items via the DFS endpoint.

onelake_list-workspaces · onelake_list-items · onelake_list-items-dfs · onelake_list-files · onelake_download-file · onelake_upload-file…

Docs

6 tools - e.g. Lists the Fabric item types that have public API specifications available, plus the non-item API areas (platform, admin, spark, realTimeIntelligence).; Retrieves the complete OpenAPI specification for a…

docs_list-item-types · docs_item-api-spec · docs_platform-api-spec · docs_item-definitions · docs_best-practices · docs_api-examples

Core

1 tool - e.g. Searches the OneLake catalog for items across workspaces by name, description, or workspace name. Optionally filter by item type.

core_search-catalog

Latest releases

Azure.Mcp.Server-3.0.0-beta.37 · 2026-08-21

![Help shape Azure MCP Server's Managed Remote Hosting - take our 1-minute survey]( · _[Release Title]_ · [Release Description] · The current individual tool count is: [Tool Count] · Refer to the CHANGELOG for a full…

Azure.Mcp.Server-3.0.0-beta.36 · 2026-08-19

![Help shape Azure MCP Server's Managed Remote Hosting - take our 1-minute survey]( · _[Release Title]_ · [Release Description] · The current individual tool count is: [Tool Count] · Refer to the CHANGELOG for a full…

Azure.Mcp.Server-3.0.0-beta.35 · 2026-08-13

![Help shape Azure MCP Server's Managed Remote Hosting - take our 1-minute survey]( · _[Release Title]_ · [Release Description] · The current individual tool count is: [Tool Count] · Refer to the CHANGELOG for a full…

04 · Who maintains Microsoft Fabric MCP Server

Microsoft Fabric MCP Server is maintained by microsoft. We track 9 MCP servers from microsoft - 9 actively maintained, 43,350 combined GitHub stars, oldest repo from Mar 2025. Full record: all servers from microsoft.

  1. Azure MCP Server All Azure MCP tools to create a seamless connection between AI agents and Azure services. ★ 3,598
  2. Playwright MCP Playwright Tools for MCP ★ 36,436
  3. Power BI Modeling MCP Server The Power BI Modeling MCP Server brings Power BI semantic modeling capabilities to your AI agents. ★ 1,092
  4. Azure DevOps (ADO) The MCP server for Azure DevOps, bringing the power of Azure DevOps directly to your agents. ★ 1,977
  5. Awesome Copilot MCP Server An MCP server that stores Copilot customizations from the Awesome Copilot repository ★ 196
  6. Microsoft MCP Server for Enterprise Official Microsoft MCP Server to query Microsoft Entra data using natural language ★ 49

05 · Facts

category
other - ranked #10 of 848 actively-maintained other servers as of 2026-08-25.
release cadence
8 releases in the last 90 days (latest 2026-08-21)
registry
com.microsoft/microsoft-fabric (active, first published 2026-02-11 · 6 versions)
packages
nuget:Microsoft.Fabric.Mcp · npm:@microsoft/fabric-mcp

06 · Microsoft Fabric MCP Server FAQ

Is Microsoft Fabric MCP Server still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-21 and it shipped 8 releases in the last 90 days. We re-verify nightly.

What can Microsoft Fabric MCP Server do?

Its README documents 40 tools, including docs_list-item-types, docs_item-api-spec, docs_platform-api-spec.

How do I install Microsoft Fabric MCP Server?

Run `npx -y @microsoft/fabric-mcp`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.

Does Microsoft Fabric MCP Server run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Microsoft Fabric MCP Server

More MCP servers to compare · Power BI Modeling MCP Server · Temporal MCP · AI CLI MCP · Clipboard MCP · Molpha MCP