mcp-server-chart vs drift
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | drift by dadbodgeoff | |
|---|---|---|
| Stars | ★ 4,068 | ★ 781 |
| 30d uses | 10,239 | — |
| Score | 84 | 51 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | Developer ToolsAI / LLM ToolsProductivity |
| Language | TypeScript | TypeScript |
| Last commit | this month | 3 mo ago |
mcp-server-chart · Summary
A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.
drift · Summary
Codebase intelligence tool that detects patterns and remembers decisions across sessions for AI 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
drift · Use cases
- Enhancing AI assistant understanding of codebase patterns and conventions
- Providing context-aware suggestions during code refactoring
- Maintaining project knowledge across different development sessions
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"]
}
}
}drift · Install
Installation
Drift v2 setup instructions can be found in drift v2/README.md or the documentation in drift v2/docs/.
Claude Desktop Configuration
{
"mcpServers": {
"drift": {
"command": "npm",
"args": ["exec", "drift-mcp"]
}
}
}