mcp-server-chart vs stacklit
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | stacklit by glincker | |
|---|---|---|
| Stars | ★ 4,068 | ★ 81 |
| 30d uses | 10,239 | — |
| Score | 84 | 46 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | Developer ToolsAI / LLM ToolsOther |
| Language | TypeScript | Go |
| 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.
stacklit · Summary
Stacklit provides an MCP server that scans codebases to generate compact indexes for AI coding assistants.
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
stacklit · Use cases
- Provide AI coding assistants with instant codebase context without overwhelming context windows
- Automatically configure Claude Code, Cursor, and Aider with codebase indexes
- Generate visual dependency maps and navigation aids for complex projects
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"]
}
}
}stacklit · Install
Install Stacklit
npm install -g stacklit # install globally
stacklit init # scan codebase
stacklit serve # start MCP serverConfigure Claude Desktop with MCP:
{
"mcpServers": {
"stacklit": {
"command": "stacklit",
"args": ["serve"]
}
}
}Configure Claude Code:
stacklit setup claude # updates CLAUDE.md + .mcp.json