MCP Catalogs
Home

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 uses10,239
Score8443
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
MonitoringSecurityDeveloper Tools
LanguageTypeScriptGo
Last committhis month1 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-chart

For 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)

  1. Download appcontrol.mcpb from the [latest release](https://github.com/AppControlLabs/appcontrol-mcp-go/releases/latest)
  2. Open Claude Desktop → Settings → Extensions → Advanced Settings → Install Extension
  3. Choose the downloaded .mcpb file and restart Claude Desktop

Standalone Executable

  1. Download appcontrol-mcp.exe from the [latest release](https://github.com/AppControlLabs/appcontrol-mcp-go/releases/latest)
  2. Place in a permanent location
  3. Configure in your AI client's MCP settings

Claude Configuration

{
  "mcpServers": {
    "appcontrol": {
      "command": "C:/MCP/appcontrol-mcp.exe",
      "args": []
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.