AgentHubAgentHub

Microsoft Fabric MCP Server

MCP ServerMCP Registry官方收录

com.microsoft/microsoft-fabric · v1.0.0

MCP tools for interacting with Microsoft Fabric

概览

Microsoft Fabric MCP Server 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "microsoft-fabric": {
      "command": "npx",
      "args": [
        "-y",
        "@microsoft/fabric-mcp"
      ]
    }
  }
}

相关资源

统一 Manifest

{
  "id": "com.microsoft/microsoft-fabric",
  "type": "mcp-server",
  "version": "1.0.0",
  "displayName": "Microsoft Fabric MCP Server",
  "description": "MCP tools for interacting with Microsoft Fabric",
  "repository": {
    "url": "https://github.com/microsoft/mcp",
    "source": "github",
    "subfolder": "servers/Fabric.Mcp.Server"
  },
  "homepage": "https://github.com/microsoft/mcp/tree/main/servers/Fabric.Mcp.Server",
  "distribution": {
    "packages": [
      {
        "registryType": "nuget",
        "identifier": "Microsoft.Fabric.Mcp",
        "version": "1.0.0",
        "transport": "stdio"
      },
      {
        "registryType": "npm",
        "identifier": "@microsoft/fabric-mcp",
        "version": "1.0.0",
        "transport": "stdio"
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "com.microsoft/microsoft-fabric",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/com.microsoft%2Fmicrosoft-fabric/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
Microsoft Fabric MCP Server — MCP Server 安装与配置 · AgentHub