mcp-armor vs mcp-server-chart
Side-by-side comparison to help you pick between these two MCP servers.
mcp-armor by aira-security | mcp-server-chart by antvis | |
|---|---|---|
| Stars | ★ 115 | ★ 4,068 |
| 30d uses | — | 10,239 |
| Score | 47 | 84 |
| Official | — | — |
| Categories | SecurityDeveloper ToolsAI / LLM Tools | AI / LLM ToolsDeveloper ToolsProductivity |
| Language | Python | TypeScript |
| Last commit | 2 mo ago | this month |
mcp-armor · Summary
MCP Armor is a security scanner that discovers, analyzes, and secures MCP servers integrated with various Agentic IDEs and clients.
mcp-server-chart · Summary
A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.
mcp-armor · Use cases
- Security auditing of MCP servers integrated into development environments
- Detecting malicious modifications in MCP tools and resources
- Establishing security baselines and monitoring for drifts in MCP configurations
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-armor · Install
pip install mcp-armorFor Claude Desktop integration, add to your claude_desktop_config.json:
{
"mcpServers": {
"mcp-armor": {
"command": "mcp-armor",
"args": []
}
}
}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"]
}
}
}