MCP Catalogs
Home

mcp-server-chart vs Glee

Side-by-side comparison to help you pick between these two MCP servers.

mcp-server-chart
by antvis
Glee
by GleeMCP
Stars★ 4,068★ 3
30d uses10,239
Score8435
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
Developer ToolsAI / LLM ToolsProductivity
LanguageTypeScriptPython
Last committhis month4 mo ago

mcp-server-chart · Summary

A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.

Glee · Summary

Glee is an MCP toolkit providing memory, code review, and context tools for developers to enhance Claude's capabilities.

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

Glee · Use cases

  • Adding persistent project memory that survives across Claude sessions
  • Automatically reviewing code with configurable AI reviewers
  • Managing project context with session hooks
  • Performing Git forensics and change analysis

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"]
    }
  }
}

Glee · Install

# Install using uv
uv tool install glee --python 3.13

# Or using pipx
pipx install glee-code

# Initialize for Claude Code
glee init claude

# Restart Claude Code to complete setup

For Claude Desktop, add to your config.json:

{
  "mcpServers": {
    "glee": {
      "command": "glee",
      "args": ["mcp"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.