MCP Catalogs
Home

mcp-server-chart vs github-mcp-server

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

mcp-server-chart
by antvis
github-mcp-server
by ParasSolanki
Stars★ 4,068★ 4
30d uses10,239
Score8432
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
GitHubDeveloper ToolsAI / LLM Tools
LanguageTypeScriptTypeScript
Last committhis month15 mo ago

mcp-server-chart · Summary

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

github-mcp-server · Summary

MCP server for GitHub API integration, providing extensive repository, issue, PR, and code search 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

github-mcp-server · Use cases

  • AI assistants analyzing GitHub repositories and their activity
  • Automated repository management through natural language commands
  • Code review assistance by pulling specific PRs and issues

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

github-mcp-server · Install

Installation

  1. Create or get access token for your Github Account: [Guide](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens#creating-a-fine-grained-personal-access-token)
  1. Add server config to Claude Desktop:

- MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json - Windows: [Check this Guide](https://gist.github.com/feveromo/7a340d7795fca1ccd535a5802b976e1f)

{
  "mcpServers": {
    "github": {
      "command": "npx",
      "args": ["-y", "github-mcp-server"],
      "env": {
        "GITHUB_PERSONAL_ACCESS_TOKEN": "your_personal_github_access_token"
      }
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.