mcp-server-chart vs appcontrol-mcp-go
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | appcontrol-mcp-go by AppControlLabs | |
|---|---|---|
| Stars | ★ 4,068 | ★ 22 |
| 30d uses | 10,239 | — |
| Score | 84 | 43 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | MonitoringSecurityDeveloper Tools |
| Language | TypeScript | Go |
| 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.
appcontrol-mcp-go · Summary
AppControl MCP server provides read-only access to historical resource usage and system security data through natural language queries.
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
appcontrol-mcp-go · Use cases
- Investigate system performance issues by identifying resource-hungry applications
- Monitor security events and detect unauthorized access attempts to peripherals
- Analyze software origins and publisher information to verify application legitimacy
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"]
}
}
}appcontrol-mcp-go · Install
Installation Options
MCPB Package (Recommended for Claude Desktop)
- Download
appcontrol.mcpbfrom the [latest release](https://github.com/AppControlLabs/appcontrol-mcp-go/releases/latest) - Open Claude Desktop → Settings → Extensions → Advanced Settings → Install Extension
- Choose the downloaded
.mcpbfile and restart Claude Desktop
Standalone Executable
- Download
appcontrol-mcp.exefrom the [latest release](https://github.com/AppControlLabs/appcontrol-mcp-go/releases/latest) - Place in a permanent location
- Configure in your AI client's MCP settings
Claude Configuration
{
"mcpServers": {
"appcontrol": {
"command": "C:/MCP/appcontrol-mcp.exe",
"args": []
}
}
}