Microsoft Fabric MCP Server for Grok
com.microsoft/microsoft-fabric
MCP tools for interacting with Microsoft Fabric
client:Grok
transport:stdio
runtime:nuget
Install Microsoft Fabric MCP Server in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"microsoft-fabric": {
"type": "stdio",
"command": "dnx",
"args": [
"Microsoft.Fabric.Mcp",
"--yes"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs