mcp-server-chart vs mcp-ssh-manager
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | mcp-ssh-manager by bvisible | |
|---|---|---|
| Stars | ★ 4,068 | ★ 203 |
| 30d uses | 10,239 | — |
| Score | 84 | 51 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | Ops & InfraDeveloper ToolsMonitoring |
| Language | TypeScript | JavaScript |
| 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.
mcp-ssh-manager · Summary
A comprehensive MCP server providing 37 tools for remote SSH management, DevOps automation, backups, database operations, and health 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-ssh-manager · Use cases
- Automated DevOps tasks across multiple servers including deployment, backups, and system maintenance
- Database management with safe SQL operations and backup/restore capabilities for MySQL, PostgreSQL, and MongoDB
- Real-time health monitoring and alerting for servers with customizable thresholds
- Multi-server group operations with a single command using server groups
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-ssh-manager · Install
Installation
Install via npm:
npm install -g mcp-ssh-managerFor Claude Desktop, add to your config.json:
{
"mcpServers": {
"ssh-manager": {
"command": "npx",
"args": ["mcp-ssh-manager"]
}
}
}For OpenAI Codex, use the TOML configuration:
[mcpServers.ssh-manager]
command = "npx"
args = ["mcp-ssh-manager"]After installation, run:
ssh-manager server addto configure your first server.