MCP Catalogs
Home

mcp-server-chart vs flowlens-mcp-server

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

mcp-server-chart
by antvis
flowlens-mcp-server
by magentic
Stars★ 4,068★ 105
30d uses10,239
Score8446
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
Browser AutomationDeveloper ToolsAI / LLM Tools
LanguageTypeScriptPython
Last committhis month5 mo ago

mcp-server-chart · Summary

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

flowlens-mcp-server · Summary

FlowLens MCP server provides coding agents with complete browser context for debugging and regression testing.

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

flowlens-mcp-server · Use cases

  • Bug reporting with full context
  • Regression testing of critical user flows
  • Sharing browser flows with team members for collaborative debugging

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

flowlens-mcp-server · Install

Installation

  1. Install the FlowLens Chrome extension from the Chrome Web Store
  2. Install the MCP server:
pipx install flowlens-mcp-server
  1. Add to your MCP client configuration (e.g., ~/.claude.json):
"flowlens": {
  "command": "flowlens-mcp-server",
  "type": "stdio"
}
  1. For shareable flows, get your FLOWLENS_MCP_TOKEN from the FlowLens platform and add it to your config:
Comparison generated from public README + GitHub signals. Last updated automatically.