mcp-server-chart vs cloudsword
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | cloudsword by wgpsec | |
|---|---|---|
| Stars | ★ 4,068 | ★ 604 |
| 30d uses | 10,239 | — |
| Score | 84 | 49 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | SecurityCloud StorageDeveloper Tools |
| Language | TypeScript | Go |
| Last commit | this month | 3 mo ago |
mcp-server-chart · Summary
A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.
cloudsword · Summary
CloudSword is a Chinese cloud security tool that provides MCP protocol support since v0.0.2.
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
cloudsword · Use cases
- Security professionals assessing cloud infrastructure vulnerabilities
- Cloud administrators conducting regular security audits
- DevOps teams implementing cloud security best practices
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"]
}
}
}cloudsword · Install
Installation
Homebrew
brew tap wgpsec/tap
brew install wgpsec/tap/cloudswordBinary Download
Download from: https://github.com/wgpsec/cloudsword/releases
MCP Setup
- Start CloudSword in SSE mode:
./cloudsword sse http://localhost:8080- In Claude Desktop, add the following to your config.json:
{
"mcpServers": {
"cloudsword": {
"command": "http",
"args": ["localhost", 8080]
}
}
}