mcp-server-chart vs robloxstudio-mcp
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | robloxstudio-mcp by boshyxd | |
|---|---|---|
| Stars | ★ 4,068 | ★ 431 |
| 30d uses | 10,239 | — |
| Score | 84 | 50 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | Developer ToolsAI / LLM ToolsProductivity |
| Language | TypeScript | TypeScript |
| 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.
robloxstudio-mcp · Summary
MCP server connecting AI assistants to Roblox Studio for game development.
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
robloxstudio-mcp · Use cases
- Analyze and restructure existing Roblox games programmatically
- Batch generate and modify game objects with AI assistance
- Debug and optimize code by letting AI examine script behavior
- Create and review game documentation from code structure
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"]
}
}
}robloxstudio-mcp · Install
Installation
- Install the [Studio plugin](https://github.com/boshyxd/robloxstudio-mcp/releases) to your Plugins folder
- Enable **Allow HTTP Requests** in Experience Settings > Security
- Connect your AI:
**Claude Code:**
claude mcp add robloxstudio -- npx -y robloxstudio-mcp@latest**For Claude Desktop, Cursor, etc.:**
{
"mcpServers": {
"robloxstudio-mcp": {
"command": "npx",
"args": ["-y", "robloxstudio-mcp@latest"]
}
}
}