Skip to content
Cursor

Microsoft Fabric MCP Server for Cursor

com.microsoft/microsoft-fabric

MCP tools for interacting with Microsoft Fabric

client:Cursor transport:stdio runtime:nuget

Install Microsoft Fabric MCP Server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "microsoft-fabric": {
      "type": "stdio",
      "command": "dnx",
      "args": [
        "Microsoft.Fabric.Mcp",
        "--yes"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Microsoft Fabric MCP Server in other clients