MCP Catalogs
Home

mcp-server-chart vs asterisk-mcp-server

Side-by-side comparison to help you pick between these two MCP servers.

mcp-server-chart
by antvis
asterisk-mcp-server
by winfunc
Stars★ 4,068★ 33
30d uses10,239
Score8438
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
SecurityDeveloper ToolsAI / LLM Tools
LanguageTypeScriptPython
Last committhis month14 mo ago

mcp-server-chart · Summary

A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.

asterisk-mcp-server · Summary

Asterisk MCP server provides security scanning tools for code snippets and codebases via the Asterisk API.

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

asterisk-mcp-server · Use cases

  • Security scanning of code snippets in AI assistants
  • Full codebase vulnerability analysis
  • Verifying security impact of code changes during development

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"]
    }
  }
}

asterisk-mcp-server · Install

Installation

  1. Install Python 3.10+
  2. Install using pipx or uvx:

``bash pipx install asterisk-mcp-server # or uvx install asterisk-mcp-server ``

  1. Configure in your AI assistant (example for Claude Desktop):

``json { "mcpServers": { "asterisk-mcp": { "command": "pipx", "args": [ "run", "asterisk-mcp-server", "--api-url", "https://api.mcp.asterisk.so", "--transport", "stdio", "--key", "YOUR_API_KEY" ], "timeout": 3600 } } } ``

Comparison generated from public README + GitHub signals. Last updated automatically.