mcp-server-chart vs claude-historian-mcp
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | claude-historian-mcp by Vvkmnn | |
|---|---|---|
| Stars | ★ 4,068 | ★ 179 |
| 30d uses | 10,239 | — |
| Score | 84 | 50 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | Developer ToolsAI / LLM ToolsSearch |
| 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.
claude-historian-mcp · Summary
An MCP server that allows Claude Code to search and retrieve conversation history with sophisticated search capabilities and zero dependencies.
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
claude-historian-mcp · Use cases
- Finding past solutions to similar problems encountered in previous conversations
- Debugging by searching historical error patterns and their fixes
- Understanding project evolution through file change history analysis
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"]
}
}
}claude-historian-mcp · Install
Installation
**From shell:**
claude mcp add claude-historian-mcp -- npx claude-historian-mcp**From inside Claude** (restart required):
Add this to our global mcp config: npx claude-historian-mcp
Install this mcp: https://github.com/Vvkmnn/claude-historian-mcp**For manually configurable MCP clients** (Cursor, Windsurf, etc.):
{
"mcpServers": {
"claude-historian-mcp": {
"command": "npx",
"args": ["claude-historian-mcp"],
"env": {}
}
}
}