mcp-server-chart vs welink
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | welink by runzhliu | |
|---|---|---|
| Stars | ★ 4,068 | ★ 142 |
| 30d uses | 10,239 | — |
| Score | 84 | 48 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | AI / LLM ToolsCommunicationDeveloper 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.
welink · Summary
WeLink is an AI-powered platform for analyzing WeChat chat data, featuring MCP server integration for direct querying in Claude Code.
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
welink · Use cases
- Query chat history directly in Claude Code using natural language questions
- Analyze relationship dynamics and communication patterns with contacts
- Create AI clones of contacts for simulated conversations based on their chat style
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"]
}
}
}welink · Install
Installation
- Clone the repository:
git clone https://github.com/runzhliu/welink.git - Follow the installation instructions in the README for Docker, Windows, or macOS
- Configure your WeChat data export
- Set up MCP server by following instructions in
mcp-server/README.md - Add to Claude Desktop configuration:
{
"mcpServers": {
"welink": {
"command": "node",
"args": ["path/to/welink/mcp-server/index.js"]
}
}
}