MCP Catalogs
Home

mcp-server-chart vs mcp-guardian

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

mcp-server-chart
by antvis
mcp-guardian
by eqtylab
Stars★ 4,068★ 199
30d uses10,239
Score8446
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
SecurityDeveloper ToolsMonitoring
LanguageTypeScriptRust
Last committhis month9 mo ago

mcp-server-chart · Summary

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

mcp-guardian · Summary

MCP Guardian is a security and management proxy for MCP servers, providing real-time control and monitoring.

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

mcp-guardian · Use cases

  • Security monitoring and approval of MCP tool calls before execution
  • Managing and switching between multiple MCP server configurations
  • Logging and auditing all MCP server activity for compliance and debugging

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

mcp-guardian · Install

Installation

Linux/macOS

  1. Install nix: https://nixos.org/download/
  2. Enable nix flakes:

``bash sudo sh -c 'echo "experimental-features = nix-command flakes" >> /etc/nix/nix.conf' ``

  1. Enter dev shell:

``bash nix develop ``

  1. Build project:

``bash just build-release ``

Windows

  1. Install git with symlink support
  2. Install rustup: https://www.rust-lang.org/tools/install
  3. Install nodejs
  4. Install yarn: npm install --global yarn
  5. Install Visual Studio with C++ development packages
  6. Install just: cargo install just
  7. Build project:

``bash just build-release ``

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