mcp-server-chart vs local-history-mcp
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | local-history-mcp by xxczaki | |
|---|---|---|
| Stars | ★ 4,068 | ★ 15 |
| 30d uses | 10,239 | — |
| Score | 84 | 42 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | Developer ToolsFile SystemAI / LLM Tools |
| Language | TypeScript | TypeScript |
| 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.
local-history-mcp · Summary
MCP server providing AI access to VS Code/Cursor's Local History for data recovery.
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
local-history-mcp · Use cases
- Recover accidentally deleted or overwritten code from editor history
- Search across all previous versions of files to find older implementations
- Restore a file to a previous state while creating a backup of current version
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"]
}
}
}local-history-mcp · Install
Package Manager Installation
# npm
npx local-history-mcp
# pnpm
pnpm dlx local-history-mcp
# yarn
yarn global add local-history-mcp
# bun
bunx local-history-mcpClaude Desktop
Add to your Claude Desktop configuration:
{
"mcpServers": {
"local-history": {
"command": "npx",
"args": ["-y", "local-history-mcp"]
}
}
}VS Code/Cursor
Use the one-click install button or follow the official documentation to add this MCP server.