mcp-server-chart vs bridge4simulator
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | bridge4simulator by AppGram | |
|---|---|---|
| Stars | ★ 4,068 | ★ 81 |
| 30d uses | 10,239 | — |
| Score | 84 | 45 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | Developer ToolsAI / LLM ToolsProductivity |
| Language | TypeScript | — |
| Last commit | this month | 4 mo ago |
mcp-server-chart · Summary
A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.
bridge4simulator · Summary
MCP server controlling iOS Simulator with extensive automation tools for testing and 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
bridge4simulator · Use cases
- Automated UI testing of iOS applications using AI to navigate and interact with the simulator
- Building automated workflows for iOS app development and testing pipelines
- Creating demo videos and tutorials showing how apps work by controlling the simulator
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"]
}
}
}bridge4simulator · Install
Installation
Using Homebrew
brew tap AppGram/tap
brew install bridge4simulatorUsing Installer
curl -fsSL https://github.com/AppGram/bridge4simulator/releases/latest/download/install.sh | bashConfiguration
Claude Desktop
Add to Claude Desktop config:
{
"mcpServers": {
"bridge4simulator": {
"command": "/usr/local/bin/bridge4simulator",
"args": ["mcp", "--enable-tools=screenshot"]
}
}
}Cursor/Claude Code
Add to settings:
{
"mcpServers": {
"ios-simulator": {
"command": "/usr/local/bin/bridge4simulator",
"args": ["mcp", "--enable-tools=screenshot"]
}
}
}