mcp-server-chart vs ENScan_GO
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | ENScan_GO by wgpsec | |
|---|---|---|
| Stars | ★ 4,068 | ★ 4,392 |
| 30d uses | 10,239 | — |
| Score | 84 | 56 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | SecurityWeb ScrapingDeveloper Tools |
| Language | TypeScript | Go |
| Last commit | this month | 2 mo ago |
mcp-server-chart · Summary
A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.
ENScan_GO · Summary
ENScan_GO is a Chinese enterprise information gathering tool that supports MCP server functionality.
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
ENScan_GO · Use cases
- Security researchers gathering Chinese enterprise intelligence for vulnerability assessment
- Analysts conducting supply chain risk analysis of Chinese companies
- Compliance teams monitoring corporate structures and subsidiaries
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"]
}
}
}ENScan_GO · Install
Installation
Binary Download
- Download precompiled binaries from [GitHub Releases](https://github.com/wgpsec/ENScan_GO/releases)
- Extract the archive
- Run with
./enscan -vto generate config file
From Source
git clone https://github.com/wgpsec/ENScan_GO.git
cd ENScan_GO
go build -o enscan .
./enscan -vMCP Configuration
Add to Claude Desktop config.json:
{
"mcpServers": {
"enscan": {
"command": "path/to/enscan",
"args": ["--mcp"]
}
}
}