MCP Catalogs
Home

mcp-server-chart vs mcp-github-project-manager

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

mcp-server-chart
by antvis
mcp-github-project-manager
by kunwarVivek
Stars★ 4,068★ 88
30d uses10,239
Score8446
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
GitHubDeveloper ToolsAI / LLM Tools
LanguageTypeScriptTypeScript
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.

mcp-github-project-manager · Summary

An MCP server for GitHub project management with AI-powered task generation and requirements traceability.

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

mcp-github-project-manager · Use cases

  • AI-assisted project planning with automatic PRD generation from project ideas
  • Automated task breakdown with complexity analysis and effort estimation
  • Requirements traceability management with bidirectional links and impact 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"]
    }
  }
}

mcp-github-project-manager · Install

Installation

Option 1: Install from npm (recommended)

npm install -g mcp-github-project-manager

Option 2: Install from source

git clone https://github.com/kunwarVivek/mcp-github-project-manager.git
cd mcp-github-project-mannpm install
npm run build

Set up environment variables

cp .env.example .env
# Edit .env with your GitHub token and details

Claude Desktop Configuration

Add to Claude Desktop config.json:

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