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 uses | 10,239 | — |
| Score | 84 | 46 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | SecurityDeveloper ToolsMonitoring |
| Language | TypeScript | Rust |
| Last commit | this month | 9 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-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"]
}
}
}mcp-guardian · Install
Installation
Linux/macOS
- Install nix: https://nixos.org/download/
- Enable nix flakes:
``bash sudo sh -c 'echo "experimental-features = nix-command flakes" >> /etc/nix/nix.conf' ``
- Enter dev shell:
``bash nix develop ``
- Build project:
``bash just build-release ``
Windows
- Install git with symlink support
- Install rustup: https://www.rust-lang.org/tools/install
- Install nodejs
- Install yarn:
npm install --global yarn - Install Visual Studio with C++ development packages
- Install just:
cargo install just - Build project:
``bash just build-release ``