The Fabric Analytics MCP server allows AI agents to query and analyze data from Microsoft Fabric using authenticated API calls. It provides tools for data extraction, transformation, and analysis. The server connects to Microsoft Fabric's analytics services and APIs. Developers use it to build AI-driven analytics tools that process and visualize Fabric data.
The Fabric Analytics MCP server allows AI agents to query and analyze data from Microsoft Fabric using authenticated API calls. It provides tools for data extraction, transformation, and analysis. The server connects to Microsoft Fabric's analytics services and APIs. Developers use it to build AI-driven analytics tools that process and visualize Fabric data.
npx -y mcp-for-microsoft-fabric-analyticsAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"santhoshravindran7-fabric-analytics-mcp-github": {
"command": "npx",
"args": [
"-y",
"npx -y mcp-for-microsoft-fabric-analytics"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from Fabric Analytics MCP?"
API Key Required
This server requires an API key from Fabric Analytics MCP. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| FABRIC_ANALYTICS_MCP_API_KEY | Yes | Your Fabric Analytics MCP API key |
"What resources are available in Fabric Analytics MCP?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in Fabric Analytics MCP"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in Fabric Analytics MCP with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.