MCP Catalogs
Home

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 uses10,239
Score8449
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
SecurityCloud StorageDeveloper Tools
LanguageTypeScriptGo
Last committhis month3 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-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"]
    }
  }
}

cloudsword · Install

Installation

Homebrew

brew tap wgpsec/tap
brew install wgpsec/tap/cloudsword

Binary Download

Download from: https://github.com/wgpsec/cloudsword/releases

MCP Setup

  1. Start CloudSword in SSE mode:
./cloudsword sse http://localhost:8080
  1. In Claude Desktop, add the following to your config.json:
{
  "mcpServers": {
    "cloudsword": {
      "command": "http",
      "args": ["localhost", 8080]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.