MCP Catalogs
Home

mcp-server-chart vs unified-gateway-mcp

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

mcp-server-chart
by antvis
unified-gateway-mcp
by mcp360
Stars★ 4,068★ 20
30d uses10,239
Score8443
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
Developer ToolsProductivityseo
LanguageTypeScriptTypeScript
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.

unified-gateway-mcp · Summary

MCP360 is a unified gateway connecting AI agents to 100+ tools through a simple search and execute interface.

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

unified-gateway-mcp · Use cases

  • SEO researchers performing keyword analysis and on-page SEO checks
  • Developers needing access to multiple APIs without individual integrations
  • Businesses automating email verification and web scraping workflows

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

unified-gateway-mcp · Install

Installation

  1. Sign up at [mcp360.ai](https://mcp360.ai) to get your API key
  2. Add the MCP server configuration to your client settings

Claude Desktop

Add this to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp360": {
      "command": "npx",
      "args": ["-y", "@mcp360/universal-gateway"],
      "env": {
        "MCP360_API_KEY": "your_api_key_here"
      }
    }
  }
}

Global Installation (Optional)

npm install -g @mcp360/universal-gateway

Then update config to use global command:

{
  "mcpServers": {
    "mcp360": {
      "command": "mcp360-gateway",
      "env": {
        "MCP360_API_KEY": "your_api_key_here"
      }
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.