mcp-server-chart vs Fabric-Analytics-MCP
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | Fabric-Analytics-MCP by santhoshravindran7 | |
|---|---|---|
| Stars | ★ 4,068 | ★ 111 |
| 30d uses | 10,239 | — |
| Score | 84 | 46 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | Cloud StorageMonitoringDeveloper Tools |
| Language | TypeScript | JavaScript |
| Last commit | this month | 5 mo ago |
mcp-server-chart · Summary
A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.
Fabric-Analytics-MCP · Summary
MCP server enabling AI assistants to securely access and analyze Microsoft Fabric Analytics data through authenticated API calls.
mcp-server-chart · Use cases
- Data analysts creating visual reports from datasets
- AI assistants generating custom charts based on user requests
- Web applications embedding visualization capabilities via HTTP API
Fabric-Analytics-MCP · Use cases
- Automated workspace provisioning and management in Microsoft Fabric
- Real-time monitoring and analysis of Spark applications running on Fabric
- Migration of Azure Synapse Analytics workloads to Microsoft Fabric
mcp-server-chart · Install
Installation
Install globally:
npm install -g @antv/mcp-server-chartFor Desktop Apps (e.g., Claude Desktop, VSCode):
{
"mcpServers": {
"mcp-server-chart": {
"command": "npx",
"args": ["-y", "@antv/mcp-server-chart"]
}
}
}For Windows:
{
"mcpServers": {
"mcp-server-chart": {
"command": "cmd",
"args": ["/c", "npx", "-y", "@antv/mcp-server-chart"]
}
}
}Fabric-Analytics-MCP · Install
Installation
- Install the MCP server:
npm install -g mcp-for-microsoft-fabric-analytics- Configure Claude Desktop (add to config.json):
{
"mcpServers": {
"fabric-analytics": {
"command": "node",
"args": ["path/to/index.js"],
"cwd": "path/to/project",
"env": {
"FABRIC_AUTH_METHOD": "bearer_token",
"FABRIC_TOKEN": "your_bearer_token_here",
"FABRIC_WORKSPACE_ID": "your_workspace_id",
"ENABLE_HEALTH_SERVER": "false"
}
}
}
}- Get your bearer token from Power BI Embed Setup (tokens expire after ~1 hour)