mcp-server-chart vs mcp-ssh
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | mcp-ssh by shuakami | |
|---|---|---|
| Stars | ★ 4,068 | ★ 62 |
| 30d uses | 10,239 | — |
| Score | 84 | 45 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | Developer ToolsOps & InfraSecurity |
| Language | TypeScript | TypeScript |
| Last commit | this month | 4 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-ssh · Summary
An MCP server that provides AI-powered SSH management capabilities through standardized protocols.
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 · Use cases
- Automated server administration through AI assistants
- Remote development environment management
- File transfer and system monitoring automation
- Persistent tmux session management for collaborative work
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 · Install
Installation
- Clone and install:
git clone https://github.com/shuakami/mcp-ssh.git
cd mcp-ssh
npm install
npm run build- Configure in your MCP client (e.g., Cursor):
{
"mcpServers": {
"ssh-mcp": {
"command": "python3",
"args": ["/path/to/mcp-ssh/bridging_ssh_mcp.py"]
}
}
}- Restart your client to activate the MCP server.