Force Fabric MCP Server on Azure Functions — HTTP API for Microsoft Fabric optimization. Connect to Azure AI Foundry Agents and Copilot Studio.
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"
]
}
}
}
Run in terminal:
claude mcp add force-fabric-azure-f npx -y tmdaidevs/Force-Fabric-Azure-Functions
Add to .cursor/mcp.json:
{
"mcpServers": {
"force-fabric-azure-f": {
"command": "npx",
"args": [
"-y",
"tmdaidevs/Force-Fabric-Azure-Functions"
]
}
}
}