Microsoft Fabric MCP Server for VS Code
com.microsoft/microsoft-fabric
MCP tools for interacting with Microsoft Fabric
client:VS Code
transport:stdio
runtime:nuget
Install Microsoft Fabric MCP Server in VS Code
.vscode/mcp.json
{
"servers": {
"microsoft-fabric": {
"type": "stdio",
"command": "dnx",
"args": [
"Microsoft.Fabric.Mcp",
"--yes"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs