MCP Catalogs
Home

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 uses10,239
Score8444
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
Developer ToolsAI / LLM ToolsGitHub
LanguageTypeScriptTypeScript
Last committhis monththis 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-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"]
    }
  }
}

review-flow · Install

Installation

npm install -g reviewflow

Initialize

reviewflow init

This interactive wizard will configure the server, generate webhook secrets, and scan your filesystem for git repositories.

Start the server

reviewflow start

The 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.

Comparison generated from public README + GitHub signals. Last updated automatically.