mcp-server-chart vs zed-mcp-server-github
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | zed-mcp-server-github by LoamStudios | |
|---|---|---|
| Stars | ★ 4,068 | ★ 88 |
| 30d uses | 10,239 | — |
| Score | 84 | 43 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | Developer ToolsGitHubAI / LLM Tools |
| Language | TypeScript | Rust |
| Last commit | this month | 3 mo ago |
mcp-server-chart · Summary
A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.
zed-mcp-server-github · Summary
A Zed extension that integrates GitHub MCP Server as a context provider for AI assistance.
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
zed-mcp-server-github · Use cases
- AI-assisted code review with GitHub PR context
- Querying GitHub issues and repositories from within Zed
- Enhanced AI responses based on GitHub repository content
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"]
}
}
}zed-mcp-server-github · Install
Installation
- Open Zed
- Navigate to **Extensions** (or use command palette)
- Search for
zed-mcp-server-github - Install the extension
Configuration
Add the following to your Zed settings:
"context_servers": {
"mcp-server-github": {
"settings": {
"github_personal_access_token": "<GITHUB_PERSONAL_ACCESS_TOKEN>"
}
}
}