MCP Catalogs
Home

mcp-server-chart vs aguara

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

mcp-server-chart
by antvis
aguara
by garagon
Stars★ 4,068★ 77
30d uses10,239
Score8449
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
SecurityDeveloper ToolsAI / LLM Tools
LanguageTypeScriptGo
Last committhis monththis month

mcp-server-chart · Summary

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

aguara · Summary

Security scanner for AI agent skills and MCP servers that detects prompt injection, data exfiltration, and supply-chain attacks before deployment.

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

aguara · Use cases

  • Scan MCP server directories for security vulnerabilities before deployment
  • Validate AI agent skills for prompt injection and data exfiltration risks
  • Integrate security scanning into CI/CD pipelines with fail-on thresholds

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

aguara · Install

Install Aguara with the following methods:

# Quick install
curl -fsSL https://raw.githubusercontent.com/garagon/aguara/main/install.sh | sh

# Homebrew
brew install garagon/tap/aguara

# Docker
# Scan current directory
docker run --rm -v "$(pwd)":/scan ghcr.io/garagon/aguara scan /scan

# From source
go install github.com/garagon/aguara/cmd/aguara@latest

To use Aguara MCP server (referenced in the README but not fully specified):

Note: MCP server configuration appears to be through Aguara's scanning capabilities rather than exposing MCP tools/resources itself.

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