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 uses | 10,239 | — |
| Score | 84 | 48 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | Developer ToolsAI / LLM ToolsProductivity |
| Language | TypeScript | JavaScript |
| Last commit | this month | this 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-chartFor 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)
- Download the latest
.dxtfile from [GitHub releases](https://github.com/portel-dev/ncp/releases) - In Claude Desktop, go to Settings → Connections → MCP Servers
- Add the
.dxtfile
npm Installation
npm install -g @portel/ncpConfiguration
Add to your client's MCP configuration:
{
"mcpServers": {
"ncp": {
"command": "ncp"
}
}
}