MCP Catalogs
Home

mcp-server-chart vs terminal_server

Side-by-side comparison to help you pick between these two MCP servers.

mcp-server-chart
by antvis
terminal_server
by theailanguage
Stars★ 4,068★ 83
30d uses10,239
Score8440
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
Developer ToolsOps & InfraOther
LanguageTypeScriptPython
Last committhis month11 mo ago

mcp-server-chart · Summary

A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.

terminal_server · Summary

MCP server that enables AI models to execute terminal commands with multiple setup options.

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

terminal_server · Use cases

  • Automating system administration tasks through AI commands
  • Enabling AI to interact with local development environments
  • Building AI assistants that can execute shell operations

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"]
    }
  }
}

terminal_server · Install

Installation Options

Option 1: Local Python Setup

  1. Clone the repository
  2. Install Python dependencies
  3. Run the server locally

Option 2: Docker Setup

  1. Build the Docker image
  2. Run the container locally

Option 3: SSE with Docker

  1. Build the Docker image with SSE
  2. Run locally or deploy to cloud platform

Claude Desktop Configuration

{
  "mcpServers": {
    "terminal": {
      "command": "python",
      "args": ["path/to/server.py"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.