MCP Catalogs
Home

mcp-server-chart vs ai-testing-mcp

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

mcp-server-chart
by antvis
ai-testing-mcp
by groovy-web
Stars★ 4,068★ 18
30d uses10,239
Score8443
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
AI / LLM ToolsDeveloper ToolsMonitoring
LanguageTypeScript
Last committhis month2 mo ago

mcp-server-chart · Summary

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

ai-testing-mcp · Summary

Comprehensive MCP server for AI testing, evaluation, and quality assurance with standardized testing methodologies.

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

ai-testing-mcp · Use cases

  • AI model validation and quality assurance in development pipelines
  • Automated security testing for prompt injection and adversarial attacks
  • Performance benchmarking and optimization for AI systems

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

ai-testing-mcp · Install

# Clone the repository
git clone https://github.com/groovy-web/ai-testing-mcp.git
cd ai-testing-mcp

# Install dependencies
npm install

# Configure environment
cp .env.example .env
# Edit with your API keys

# Start the MCP server
npm start

Add to Claude Desktop configuration:

{
  "mcpServers": {
    "ai-testing": {
      "command": "node",
      "args": ["/path/to/ai-testing-mcp/dist/index.js"],
      "env": {
        "OPENAI_API_KEY": "your-key",
        "ANTHROPIC_API_KEY": "your-key"
      }
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.