mcp-server-chart vs booklib
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | booklib by booklib-ai | |
|---|---|---|
| Stars | ★ 4,068 | ★ 28 |
| 30d uses | 10,239 | — |
| Score | 84 | 44 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | Developer ToolsAI / LLM ToolsKnowledge Graph |
| Language | TypeScript | JavaScript |
| Last commit | this month | 1 mo ago |
mcp-server-chart · Summary
A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.
booklib · Summary
BookLib is an MCP server that detects AI knowledge gaps in projects and injects context at runtime to fix outdated code patterns.
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
booklib · Use cases
- Fixing outdated API calls in codebases that use newer library versions than AI training data
- Enforcing team coding standards and decisions through real-time code injection
- Automating documentation integration for post-training packages across multiple ecosystems
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"]
}
}
}booklib · Install
Install BookLib globally:
npm install -g @booklib/coreInitialize the tool:
booklib initFor Claude Desktop integration, BookLib automatically configures MCP during initialization. The generated configuration can be found in your Claude Desktop config directory under the booklib section.