mcp-server-chart vs mcpc
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | mcpc by micl2e2 | |
|---|---|---|
| Stars | ★ 4,068 | ★ 27 |
| 30d uses | 10,239 | — |
| Score | 84 | 38 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | Developer ToolsAI / LLM ToolsOps & Infra |
| Language | TypeScript | C |
| Last commit | this month | 11 mo ago |
mcp-server-chart · Summary
A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.
mcpc · Summary
A cross-platform C SDK for MCP implementing tools, resources, prompts and completion with modern C23.
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
mcpc · Use cases
- Building high-performance MCP servers with minimal dependencies
- Creating resource-constrained environment MCP implementations
- Developing cross-platform MCP tools with native performance
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"]
}
}
}mcpc · Install
Installation
Linux, Cygwin, MSYS2, macOS, etc.
Prerequisites:
- GNU Make
cd mcpc
make && make tst && make installWindows CMD/PS/VS
Prerequisites:
- Visual Studio
- GNU Make (
winget install ezwinports.make)
Option 1 (CMD/PS): Open "x64 Native Tools Command Prompt", then:
cd mcpc
make && make tstOption 2 (Visual Studio): "File" - "Open" - "CMake", "Build" - "Build All"