MCP Catalogs
Home

mcp-server-chart vs sandbox-mcp

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

mcp-server-chart
by antvis
sandbox-mcp
by pottekkat
Stars★ 4,068★ 110
30d uses10,239
Score8441
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
Developer ToolsSecurityAI / LLM Tools
LanguageTypeScriptGo
Last committhis month12 mo ago

mcp-server-chart · Summary

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

sandbox-mcp · Summary

Sandbox MCP enables secure code execution in isolated Docker containers through the MCP protocol.

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

sandbox-mcp · Use cases

  • Secure code execution to test LLM-generated code safely
  • Automated code testing and validation in various environments
  • Network troubleshooting and diagnostics in isolated environments
  • Educational coding with immediate feedback in safe environments

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

sandbox-mcp · Install

Installation

Download Binary

Download the appropriate binary for your OS from the [Releases page](https://github.com/pottekkat/sandbox-mcp/releases).

Install via Go

go install github.com/pottekkat/sandbox-mcp/cmd/sandbox-mcp@latest

Build from Source

git clone https://github.com/pottekkat/sandbox-mcp.git
cd sandbox-mcp
make deps
make build

Configuration

{
    "mcpServers": {
        "sandbox-mcp": {
            "command": "path/to/sandbox-mcp",
            "args": [
                "--stdio"
            ]
        }
    }
}
Comparison generated from public README + GitHub signals. Last updated automatically.