mcp-server-chart vs hister
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | hister by asciimoo | |
|---|---|---|
| Stars | ★ 4,068 | ★ 959 |
| 30d uses | 10,239 | — |
| Score | 84 | 52 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | SearchAI / LLM ToolsDeveloper Tools |
| 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.
hister · Summary
Hister is a privacy-focused search engine with MCP support for AI-enhanced querying.
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
hister · Use cases
- Personal search engine for private web browsing history
- Knowledge base indexing with AI-enhanced queries via MCP
- Community search server with multi-user support
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"]
}
}
}hister · Install
Installation
- Clone the repository:
git clone https://github.com/asciimoo/hister.git - Build with
./manage.sh buildorgo generate ./...; go build - For development with hot reload:
`` npm run serve:app ``
Claude Desktop Configuration
Add the following to your Claude Desktop configuration:
{
"mcpServers": {
"hister": {
"command": "path/to/hister",
"args": []
}
}
}