MCP Catalogs
Home

mcp-server-chart vs iterm-mcp

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

mcp-server-chart
by antvis
iterm-mcp
by ferrislucas
Stars★ 4,068★ 556
30d uses10,239
Score8450
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
Developer ToolsProductivityAI / LLM Tools
LanguageTypeScriptTypeScript
Last committhis month8 mo ago

mcp-server-chart · Summary

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

iterm-mcp · Summary

MCP server that gives models control over your iTerm terminal with efficient token usage and full REPL support.

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

iterm-mcp · Use cases

  • AI assistant performing complex CLI operations in your iTerm session
  • Interactive REPL debugging with AI guidance
  • Automated terminal workflow execution through natural language

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

iterm-mcp · Install

Installation

To use with Claude Desktop, add the server config:

On macOS: ~/Library/Application Support/Claude/claude_desktop_config.json On Windows: %APPDATA%/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "iterm-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "iterm-mcp"
      ]
    }
  }
}

Installing via Smithery

To install iTerm for Claude Desktop automatically via [Smithery](https://smithery.ai/server/iterm-mcp):

npx -y @smithery/cli install iterm-mcp --client claude
Comparison generated from public README + GitHub signals. Last updated automatically.