mcp-server-chart vs MCP-Defender
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | MCP-Defender by MCP-Defender | |
|---|---|---|
| Stars | ★ 4,068 | ★ 252 |
| 30d uses | 10,239 | — |
| Score | 84 | 46 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | SecurityDeveloper ToolsAI / LLM Tools |
| Language | TypeScript | TypeScript |
| Last commit | this month | 8 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-Defender · Summary
Desktop app that scans and blocks malicious MCP traffic in AI apps like Cursor and Claude.
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-Defender · Use cases
- Protecting AI development environments from malicious MCP tool calls
- Monitoring and controlling MCP traffic in enterprise AI deployments
- Providing security transparency for MCP-based interactions in AI applications
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-Defender · Install
Installation
Download the latest release for Mac from the [GitHub releases page](https://github.com/MCP-Defender/MCP-Defender/releases/latest)
Alternatively, clone and run locally:
# Install dependencies
npm install
# Start app
npm startConfiguration
MCP Defender works automatically with supported AI applications (Cursor, Claude, VS Code, Windsurf). No manual configuration is required.