Force-Fabric-Azure-Functions

tmdaidevs/Force-Fabric-Azure-Functions
★ 0 stars TypeScript 🤖 AI/LLM Updated 1d ago
Force Fabric MCP Server on Azure Functions — HTTP API for Microsoft Fabric optimization. Connect to Azure AI Foundry Agents and Copilot Studio.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "force-fabric-azure-f": {
      "command": "npx",
      "args": [
        "-y",
        "tmdaidevs/Force-Fabric-Azure-Functions"
      ]
    }
  }
}