Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From fabric-skills
Connects to Microsoft Fabric's AI Hub via a remote HTTP endpoint, enabling queries and interactions with Fabric AI services. Requires authentication for the Fabric API.
npx claudepluginhub microsoft/skills-for-fabric --plugin fabric-skillsCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"FabricIQ": {
"type": "http",
"url": "https://api.fabric.microsoft.com/v1/mcp/fabricaihub/integrations/m365"
}
}
}Review these signals before enabling this server
This server connects to external services. Review the URLs it accesses before enabling.
Server configuration and connection parameters
https://api.fabric.microsoft.com/v1/mcp/fabricaihub/integrations/m365Share bugs, ideas, or general feedback.