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 uses | 10,239 | — |
| Score | 84 | 46 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | Browser AutomationDeveloper ToolsAI / LLM Tools |
| Language | TypeScript | Python |
| Last commit | this month | 5 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-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"]
}
}
}flowlens-mcp-server · Install
Installation
- Install the FlowLens Chrome extension from the Chrome Web Store
- Install the MCP server:
pipx install flowlens-mcp-server- Add to your MCP client configuration (e.g.,
~/.claude.json):
"flowlens": {
"command": "flowlens-mcp-server",
"type": "stdio"
}- For shareable flows, get your
FLOWLENS_MCP_TOKENfrom the FlowLens platform and add it to your config: