mcp-server-chart vs github-chat-mcp
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | github-chat-mcp by AsyncFuncAI | |
|---|---|---|
| Stars | ★ 4,068 | ★ 86 |
| 30d uses | 10,239 | — |
| Score | 84 | 41 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | GitHubDeveloper ToolsAI / LLM Tools |
| Language | TypeScript | Python |
| Last commit | this month | 13 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-chat-mcp · Summary
An MCP server for analyzing GitHub repositories using the GitHub Chat API.
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-chat-mcp · Use cases
- Codebase analysis for understanding the architecture of large repositories
- Technical due diligence when evaluating open-source projects
- Documentation generation by asking questions about repository structure
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"]
}
}
}github-chat-mcp · Install
Installation
- Install the package using pip:
pip install github-chat-mcpOr with uv:
uv install github-chat-mcp- Configure Claude Desktop by adding to
claude_desktop_config.json:
{
"mcpServers": {
"github-chat": {
"command": "uvx",
"args": ["github-chat-mcp"]
}
}
}- Set your GitHub Chat API key as required.