mcp-server-chart vs webmcp-react
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | webmcp-react by MCPCat | |
|---|---|---|
| Stars | ★ 4,068 | ★ 24 |
| 30d uses | 10,239 | — |
| Score | 84 | 43 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | Developer ToolsAI / LLM ToolsBrowser Automation |
| Language | TypeScript | TypeScript |
| Last commit | this month | 2 mo ago |
mcp-server-chart · Summary
A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.
webmcp-react · Summary
React hooks for exposing app functionality as WebMCP tools with type safety and SSR support.
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
webmcp-react · Use cases
- Building React applications with AI-interactible tools
- Creating WebMCP-enabled web experiences for AI agents
- Developing AI-powered applications with real-time tool execution
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"]
}
}
}webmcp-react · Install
npm install webmcp-react zodFor Claude Desktop integration:
{
"mcpServers": {
"webmcp": {
"command": "npx",
"args": ["webmcp-bridge"]
}
}
}