MCP Catalogs
Home

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 uses10,239
Score8445
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
Developer ToolsOps & InfraSecurity
LanguageTypeScriptTypeScript
Last committhis month4 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-chart

For 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

  1. Clone and install:
git clone https://github.com/shuakami/mcp-ssh.git
cd mcp-ssh
npm install
npm run build
  1. Configure in your MCP client (e.g., Cursor):
{
  "mcpServers": {
    "ssh-mcp": {
      "command": "python3",
      "args": ["/path/to/mcp-ssh/bridging_ssh_mcp.py"]
    }
  }
}
  1. Restart your client to activate the MCP server.
Comparison generated from public README + GitHub signals. Last updated automatically.