mcp-server-chart vs node9-proxy
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | node9-proxy by node9-ai | |
|---|---|---|
| Stars | ★ 4,068 | ★ 180 |
| 30d uses | 10,239 | — |
| Score | 84 | 48 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | SecurityDeveloper ToolsAI / LLM Tools |
| Language | TypeScript | TypeScript |
| Last commit | this month | this month |
mcp-server-chart · Summary
A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.
node9-proxy · Summary
Node9 is an execution security layer for AI agents that provides governance, monitoring, and audit logging through MCP integration.
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
node9-proxy · Use cases
- Monitor and govern AI agent behavior to prevent unauthorized access to credentials or sensitive data
- Provide real-time blocking of dangerous commands like 'rm -rf', 'DROP TABLE', or force git pushes
- Audit and review AI agent activities over time windows to analyze patterns, costs, and potential security issues
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"]
}
}
}node9-proxy · Install
Install via npm or Homebrew:
# npm (any platform)
npm install -g node9-ai
# macOS / Linux
brew tap node9-ai/node9 && brew install node9Initialize with:
node9 init # auto-wires Claude Code, Gemini CLI, Cursor, Codex, MCP servers
node9 doctor # verify everything is wired correctlyFor Claude Desktop MCP integration:
{
"mcpServers": {
"node9": {
"command": "node9",
"args": ["mcp"]
}
}
}