MCP Catalogs
Home

mcp-server-chart vs websimm

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

mcp-server-chart
by antvis
websimm
by gigachadtrey
Stars★ 4,068★ 0
30d uses10,239
Score8436
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
AI / LLM ToolsDeveloper ToolsWeb Scraping
LanguageTypeScriptJavaScript
Last committhis month1 mo ago

mcp-server-chart · Summary

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

websimm · Summary

Comprehensive MCP server for WebSim API, providing access to projects, users, feeds, assets, and comments with robust pagination and error handling.

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

websimm · Use cases

  • Content creators browsing trending projects and assets
  • Developers integrating WebSim data into their applications
  • Community managers monitoring user activity and engagement
  • Researchers analyzing WebSim's content ecosystem

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

websimm · Install

Installation

  1. Clone the repository:
git clone https://github.com/minimax/websim-mcp-server.git
cd websim-mcp-server
  1. Install dependencies:
npm install
  1. Configure your MCP client:
Claude Desktop

Add to your Claude Desktop configuration:

{
  "mcpServers": {
    "websim": {
      "command": "node",
      "args": ["/path/to/websim-mcp-server/server.js"],
      "env": {}
    }
  }
}
Generic MCP Setup

Copy mcp.json to your MCP configuration directory:

cp mcp.json ~/.config/claude/mcp-servers/websim.json
  1. Run the server:
npm start
Comparison generated from public README + GitHub signals. Last updated automatically.