mcp-server-chart vs review-flow
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | review-flow by DGouron | |
|---|---|---|
| Stars | ★ 4,068 | ★ 37 |
| 30d uses | 10,239 | — |
| Score | 84 | 44 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | Developer ToolsAI / LLM ToolsGitHub |
| Language | TypeScript | TypeScript |
| Last commit | this month | this month |
mcp-server-chart · Summary
A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.
review-flow · Summary
Multi-agent AI code review system with MCP integration for GitLab MRs and GitHub PRs.
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
review-flow · Use cases
- Automating code reviews for development teams using AI
- Implementing specialized architecture, security and testing checks
- Tracking team code quality metrics and developer performance
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"]
}
}
}review-flow · Install
Installation
npm install -g reviewflowInitialize
reviewflow initThis interactive wizard will configure the server, generate webhook secrets, and scan your filesystem for git repositories.
Start the server
reviewflow startThe dashboard will be available at http://localhost:3847
For Claude Desktop integration
Add to Claude Desktop's config.json:
{
"mcpServers": {
"reviewflow": {
"command": "npx",
"args": ["reviewflow", "mcp"]
}
}
}Configure webhooks
Set up webhooks on your GitLab/GitHub projects pointing to your server's webhook endpoints.