MCP Catalogs
Home

mcp-server-chart vs ab100

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

mcp-server-chart
by antvis
ab100
by timothywarner-org
Stars★ 4,068★ 20
30d uses10,239
Score8443
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
AI / LLM ToolsDeveloper Toolseducation
LanguageTypeScriptBicep
Last committhis month1 mo ago

mcp-server-chart · Summary

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

ab100 · Summary

Certification prep course with MCP-powered Foundry agent implementation and GitHub Copilot study assistant.

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

ab100 · Use cases

  • Prepare for Microsoft AB-100 certification exam
  • Deploy Foundry agents as MCP servers
  • Create a study assistant using GitHub Copilot with MCP integration

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

ab100 · Install

Installation

Prerequisites

  • Microsoft 365 tenant with Microsoft 365 Copilot and Microsoft Copilot Studio licensing
  • Microsoft Power Platform environment for agent authoring
  • Microsoft Foundry project for model and Foundry Tools demos
  • Working knowledge of one Microsoft business application stack

Quick Start

  1. Clone the repository: git clone https://github.com/timothywarner-org/ab100.git
  2. Open in VS Code to enable the Cert Buddy agent
  3. Follow instructions in src/README.md to run the Hour 3 POC Foundry agent + MCP stack

MCP Server Configuration

The MCP server is configured in .vscode/mcp.json and uses a Python FastMCP implementation in the src/app/ directory.

Comparison generated from public README + GitHub signals. Last updated automatically.