MCP Catalogs
Home

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 uses10,239
Score8448
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
AI / LLM ToolsCommunicationDeveloper Tools
LanguageTypeScriptTypeScript
Last committhis monththis 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-chart

For 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

  1. Clone the repository: git clone https://github.com/runzhliu/welink.git
  2. Follow the installation instructions in the README for Docker, Windows, or macOS
  3. Configure your WeChat data export
  4. Set up MCP server by following instructions in mcp-server/README.md
  5. Add to Claude Desktop configuration:
{
  "mcpServers": {
    "welink": {
      "command": "node",
      "args": ["path/to/welink/mcp-server/index.js"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.