Microsoft Fabric MCP Server✓
com.microsoft/microsoft-fabric · v1.0.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "com.microsoft/microsoft-fabric",
"description": "MCP tools for interacting with Microsoft Fabric",
"title": "Microsoft Fabric MCP Server",
"repository": {
"url": "https://github.com/microsoft/mcp",
"source": "github",
"subfolder": "servers/Fabric.Mcp.Server"
},
"version": "1.0.0",
"websiteUrl": "https://github.com/microsoft/mcp/tree/main/servers/Fabric.Mcp.Server",
"packages": [
{
"registryType": "nuget",
"identifier": "Microsoft.Fabric.Mcp",
"version": "1.0.0",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"value": "server",
"type": "positional"
},
{
"value": "start",
"type": "positional"
}
]
},
{
"registryType": "npm",
"identifier": "@microsoft/fabric-mcp",
"version": "1.0.0",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"value": "server",
"type": "positional"
},
{
"value": "start",
"type": "positional"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}