MCP Catalogs
Home

mcp-server-chart vs MCP-Manager-GUI

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

mcp-server-chart
by antvis
MCP-Manager-GUI
by gabrielbacha
Stars★ 4,068★ 17
30d uses10,239
Score8434
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
Developer ToolsProductivity
LanguageTypeScript
Last committhis month13 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-Manager-GUI · Summary

A GUI tool for managing MCP server configurations across different clients.

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-Manager-GUI · Use cases

  • Managing multiple MCP servers across Claude and Cursor
  • Simplifying configuration setup for new MCP servers
  • Testing different MCP server configurations without manual editing

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-Manager-GUI · Install

Download the MCP Manager application from the [official website](https://www.mindfulapps.xyz/mcp).

To configure MCP Manager:

  1. Open the application
  2. Add your client by specifying the JSON path to its configuration
  3. Add new server configurations through the provided form
  4. Enable or disable servers using the toggle switches
Comparison generated from public README + GitHub signals. Last updated automatically.