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 uses | 10,239 | — |
| Score | 84 | 36 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | AI / LLM ToolsDeveloper ToolsWeb Scraping |
| Language | TypeScript | JavaScript |
| Last commit | this month | 1 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-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"]
}
}
}websimm · Install
Installation
- Clone the repository:
git clone https://github.com/minimax/websim-mcp-server.git
cd websim-mcp-server- Install dependencies:
npm install- 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- Run the server:
npm start