mcp-server-chart vs native-devtools-mcp
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | native-devtools-mcp by sh3ll3x3c | |
|---|---|---|
| Stars | ★ 4,068 | ★ 99 |
| 30d uses | 10,239 | — |
| Score | 84 | 47 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | Developer ToolsBrowser AutomationProductivity |
| Language | TypeScript | Rust |
| 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.
native-devtools-mcp · Summary
Multi-platform MCP server for desktop automation with screenshots, OCR, input simulation, browser automation via CDP, and Android 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
native-devtools-mcp · Use cases
- Automating repetitive desktop tasks across applications
- Web scraping and automation of Chrome/Electron apps
- Mobile app testing and automation on Android devices
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"]
}
}
}native-devtools-mcp · Install
Installation
**Option 1: Run with npx (no install needed)**
npx -y native-devtools-mcp**Option 2: Global install**
npm install -g native-devtools-mcp**Option 3: Build from source (Rust)**
git clone https://github.com/sh3ll3x3c/native-devtools-mcp
cd native-devtools-mcp
cargo build --release**Claude Desktop Configuration**
macOS:
{
"mcpServers": {
"native-devtools": {
"command": "/Applications/NativeDevtools.app/Contents/MacOS/native-devtools-mcp"
}
}
}Windows:
{
"mcpServers": {
"native-devtools": {
"command": "npx",
"args": ["-y", "native-devtools-mcp"]
}
}
}Run setup after installation:
npx native-devtools-mcp setup