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.
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
Tool
Category
Annotations
Risk
create_notebookCreate a new notebook in Fabric workspaceInput schema
execute_dax_queryExecute a DAX query on a Power BI datasetInput 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 workspaceInput schema
{
"type": "object",
"properties": {}
}
—
—
get_workspacesGet all Fabric/Power BI workspacesInput schema
{
"type": "object",
"properties": {}
}
—
—
refresh_datasetRefresh a Power BI datasetInput 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 WarehouseInput 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
Endpoint
Transport
Authentication
Health
Observed
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.