MCP server intelligence profile

Microsoft Fabric MCP Server

Enables AI assistants to interact with Microsoft Fabric and Power BI services through the Model Context Protocol. Users can manage workspaces, execute DAX queries, refresh datasets, and create Fabric notebooks using natural language

Local Onlysnahrup
Awaiting current scanNpm · 1.0.0

The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.

1Distribution channel
6Independently observed tools
0Linked remote endpoints
AvailableVersion intelligence

Detailed security scan evidence is not public for this MCP yet. Public identity, registry metadata, and independently observed protocol inventory remain available.

Install and connect

Installation and connection instructions are shown only when supported by retained package, repository, or endpoint evidence.

Install microsoft-fabric-mcp from npm

Version 1.0.0 declares 1 executable entrypoint.

npm install --save-exact microsoft-fabric-mcp@1.0.0
npx -y -p microsoft-fabric-mcp@1.0.0 microsoft-fabric-mcp
MCP client configuration example
{
  "mcpServers": {
    "microsoft-fabric-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "-p",
        "microsoft-fabric-mcp@1.0.0",
        "microsoft-fabric-mcp"
      ]
    }
  }
}

Identity

Canonical slugmicrosoft-fabric-mcp-server-e53289bdDeploymentLocal Only
Canonical packagenpm:microsoft-fabric-mcpRepositorysnahrup/microsoft-fabric-mcp
First publishedLatest release
Last security verificationClassification confidence90%
PublicationDraftOfficial distributionNot verified

Distributions

ChannelIdentifierCurrent versionVersionsSource
npmmicrosoft-fabric-mcp1.0.01Repository

Current release

PackageVersionPublished / observedInventorySecurity scan
npmmicrosoft-fabric-mcp1.0.0CurrentSep 5, 20266 toolsSucceeded · 0 resources · 0 promptsEvidence restricted
Enterprise protection

Continuously monitor this MCP for security risk

Independently scan the exact version your agents use, receive alerts when its risk changes, and investigate every finding with retained version evidence.

  • Independent exact-version security scans
  • Continuous release and vulnerability monitoring
  • Risk-change alerts with capability context
  • Historical evidence and API exports
Custom pricingContact salesTailored to your organization, integrations, data needs, and support requirements.

Current version evidence

No public current-version evidence is available yet.

Current protocol inventory

2024-11-05Negotiated protocol
microsoft-fabric-mcpServer-reported name
1Capability groups
Aug 22, 2026Observed

Tools 6

ToolCategoryAnnotationsRisk
create_notebookCreate a new notebook in Fabric workspace
Input schema
{
  "type": "object",
  "properties": {
    "workspaceId": {
      "type": "string",
      "description": "The workspace ID"
    },
    "name": {
      "type": "string",
      "description": "Name of the notebook"
    },
    "content": {
      "type": "object",
      "description": "Notebook content/definition"
    }
  },
  "required": [
    "workspaceId",
    "name",
    "content"
  ]
}
execute_dax_queryExecute a DAX query on a Power BI dataset
Input schema
{
  "type": "object",
  "properties": {
    "datasetId": {
      "type": "string",
      "description": "The ID of the dataset"
    },
    "query": {
      "type": "string",
      "description": "The DAX query to execute"
    }
  },
  "required": [
    "datasetId",
    "query"
  ]
}
get_powerbi_datasetsGet all Power BI datasets in the workspace
Input schema
{
  "type": "object",
  "properties": {}
}
get_workspacesGet all Fabric/Power BI workspaces
Input schema
{
  "type": "object",
  "properties": {}
}
refresh_datasetRefresh a Power BI dataset
Input schema
{
  "type": "object",
  "properties": {
    "datasetId": {
      "type": "string",
      "description": "The ID of the dataset to refresh"
    }
  },
  "required": [
    "datasetId"
  ]
}
upload_to_datawarehouseUpload data to a Fabric Data Warehouse
Input schema
{
  "type": "object",
  "properties": {
    "workspaceId": {
      "type": "string",
      "description": "The workspace ID"
    },
    "warehouseId": {
      "type": "string",
      "description": "The data warehouse ID"
    },
    "tableName": {
      "type": "string",
      "description": "Name of the table"
    },
    "data": {
      "type": "array",
      "description": "Array of data rows to upload"
    }
  },
  "required": [
    "workspaceId",
    "warehouseId",
    "tableName",
    "data"
  ]
}

Resources 0

  • None observed.

Resource templates 0

  • None observed.

Prompts 0

  • None observed.

Remote endpoints

EndpointTransportAuthenticationHealthObserved
No verified remote endpoint is linked.

Microsoft Fabric MCP Server questions

How do I install Microsoft Fabric MCP Server?

Install the selected package version with: npm install --save-exact microsoft-fabric-mcp@1.0.0

What tools does Microsoft Fabric MCP Server provide?

Microsoft Fabric MCP Server exposed 6 tools during independent protocol observation, including create_notebook, execute_dax_query, get_powerbi_datasets, get_workspaces, refresh_dataset, upload_to_datawarehouse.

Is Microsoft Fabric MCP Server secure?

The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.

Company and product intelligence

These internal links are derived from strong identity fields such as the implementation name, package, repository, vendor, and listing name—not generic description prose.

Associated company landscape

Microsoft & Azure intelligence →

Association is based on retained identity fields; it does not by itself prove first-party publication.

Explore related MCP server guides

Curated product and capability guides containing this catalog record.

Official vs Community MCP Servers

Let’s talk about MCP security.

Share your details and our security team will contact you.