MCP Catalogs
Home

mcp-server-chart vs microsoft_fabric_mcp

Side-by-side comparison to help you pick between these two MCP servers.

mcp-server-chart
by antvis
microsoft_fabric_mcp
by Augustab
Stars★ 4,068★ 25
30d uses10,239
Score8441
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
Developer ToolsAI / LLM ToolsDatabase
LanguageTypeScriptPython
Last committhis month8 mo ago

mcp-server-chart · Summary

A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.

microsoft_fabric_mcp · Summary

MCP server providing read-only access to Microsoft Fabric resources via its REST API with 25 tools.

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

microsoft_fabric_mcp · Use cases

  • Data analysts exploring Microsoft Fabric workspaces and table schemas through natural language queries
  • Engineers monitoring job instances and identifying dependencies in complex data pipelines
  • BI developers creating notebooks by understanding schemas across Bronze and Silver lakehouses

mcp-server-chart · Install

Installation

Install globally:

npm install -g @antv/mcp-server-chart

For 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"]
    }
  }
}

microsoft_fabric_mcp · Install

Installation

  1. Install UV and Azure CLI:
# macOS/Linux
curl -LsSf https://astral.sh/uv/install.sh | sh

# Windows
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
  1. Set up Azure CLI authentication:
az login
az account set --subscription "Your-Subscription-ID"
  1. Configure MCP in your settings:

**Cursor MCP settings:**

"mcp_fabric": {
  "command": "uvx",
  "args": ["microsoft-fabric-mcp"]
}

**Claude Desktop config.json:**

"mcpServers": {
  "fabric": {
    "command": "uvx",
    "args": ["microsoft-fabric-mcp"]
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.