MCP Catalogs
Home

mcp-server-chart vs ncp

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

mcp-server-chart
by antvis
ncp
by portel-dev
Stars★ 4,068★ 90
30d uses10,239
Score8448
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
Developer ToolsAI / LLM ToolsProductivity
LanguageTypeScriptJavaScript
Last committhis monththis month

mcp-server-chart · Summary

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

ncp · Summary

NCP is an MCP server that unifies multiple MCP tools into a single interface with smart discovery and code execution.

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

ncp · Use cases

  • Organizing dozens of MCP tools into a single, discoverable interface for AI assistants
  • Creating automated workflows using TypeScript code mode combining multiple MCP tools
  • Scheduling regular tasks that leverage multiple MCP capabilities in a single process

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

ncp · Install

Installation

Claude Desktop (Recommended)

  1. Download the latest .dxt file from [GitHub releases](https://github.com/portel-dev/ncp/releases)
  2. In Claude Desktop, go to Settings → Connections → MCP Servers
  3. Add the .dxt file

npm Installation

npm install -g @portel/ncp

Configuration

Add to your client's MCP configuration:

{
  "mcpServers": {
    "ncp": {
      "command": "ncp"
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.